diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-10-10 14:41:03 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-10-10 14:41:03 -0400 |
commit | 948aa854af8ca5560a1eea5221c4a1f3a6901970 (patch) | |
tree | 2e1c023171139b80bf24b4ec2b5a85115973e945 /src/elab.sml | |
parent | bfeac162a328dba937a28e747e4fc4006fac500c (diff) |
Hopeful fix for the Great Unification Bug
Diffstat (limited to 'src/elab.sml')
-rw-r--r-- | src/elab.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab.sml b/src/elab.sml index dcb15502..97acec31 100644 --- a/src/elab.sml +++ b/src/elab.sml @@ -78,7 +78,7 @@ datatype con' = | CProj of con * int | CError - | CUnif of ErrorMsg.span * kind * string * con option ref + | CUnif of int * ErrorMsg.span * kind * string * con option ref withtype con = con' located |