diff options
author | Adam Chlipala <adam@chlipala.net> | 2010-10-10 20:33:10 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2010-10-10 20:33:10 -0400 |
commit | 4e608544ebe87dd991d53ded5267f14f5df93b8b (patch) | |
tree | 4de957d9837f39c79ebc56b5ac2935e31a28d0b5 /src/elab_err.sig | |
parent | 42d55420b84994ee61c0a4645d21d275dbbea2cd (diff) |
:::_ notation; switch to TooDeep error message
Diffstat (limited to 'src/elab_err.sig')
-rw-r--r-- | src/elab_err.sig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elab_err.sig b/src/elab_err.sig index fbe55a5b..3dfd5d4e 100644 --- a/src/elab_err.sig +++ b/src/elab_err.sig @@ -58,6 +58,7 @@ signature ELAB_ERR = sig | CRecordFailure of Elab.con * Elab.con * (Elab.con * Elab.con * Elab.con) option | TooLifty of ErrorMsg.span * ErrorMsg.span | TooUnify of Elab.con * Elab.con + | TooDeep val cunifyError : ElabEnv.env -> cunify_error -> unit |