--- trunk/src/ast/var.sml 2010/05/24 22:31:49 78 +++ trunk/src/ast/var.sml 2010/05/25 01:55:48 79 @@ -11,6 +11,7 @@ datatype var_kind = datatype AST.var_kind + fun nameOf (V{name, ...}) = name fun typeOf (V{ty, ...}) = ty fun kindOf (V{kind, ...}) = kind
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: nameOf (V{name, ...}) = name fun typeOf (V{ty, ...}) = ty fun kindOf (V{kind, ...}) = kind