comparison src/elab_err.sig @ 1306:3a845f2ce9e9

:::_ notation; switch to TooDeep error message
author Adam Chlipala <adam@chlipala.net>
date Sun, 10 Oct 2010 20:33:10 -0400
parents c7b9a33c26c8
children e525ad571e15
comparison
equal deleted inserted replaced
1305:a6fc03d28170 1306:3a845f2ce9e9
56 | CExplicitness of Elab.con * Elab.con 56 | CExplicitness of Elab.con * Elab.con
57 | CKindof of Elab.kind * Elab.con * string 57 | CKindof of Elab.kind * Elab.con * string
58 | CRecordFailure of Elab.con * Elab.con * (Elab.con * Elab.con * Elab.con) option 58 | CRecordFailure of Elab.con * Elab.con * (Elab.con * Elab.con * Elab.con) option
59 | TooLifty of ErrorMsg.span * ErrorMsg.span 59 | TooLifty of ErrorMsg.span * ErrorMsg.span
60 | TooUnify of Elab.con * Elab.con 60 | TooUnify of Elab.con * Elab.con
61 | TooDeep
61 62
62 val cunifyError : ElabEnv.env -> cunify_error -> unit 63 val cunifyError : ElabEnv.env -> cunify_error -> unit
63 64
64 datatype exp_error = 65 datatype exp_error =
65 UnboundExp of ErrorMsg.span * string 66 UnboundExp of ErrorMsg.span * string