X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/6bb366c5a60247419dce5cbce4a5c034fa2f1e5c..c9731b9b3ee43c4c8d82c31009a5870a01d3acfa:/src/ast.sml diff --git a/src/ast.sml b/src/ast.sml index 7a9fe25..ba00f78 100644 --- a/src/ast.sml +++ b/src/ast.sml @@ -59,7 +59,7 @@ datatype typ' = | TUnif of string * typ option ref (* Unification variable to be determined during type-checking *) withtype typ = typ' * position - and record = typ StringMap.map + and record = (typ' * position) StringMap.map datatype exp' = EInt of int