Mercurial > urweb
diff src/elab_err.sig @ 1359:e525ad571e15
Recursive record unification errors, for more detail
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 23 Dec 2010 11:23:31 -0500 |
parents | 3a845f2ce9e9 |
children | 6c00d8af6239 |
line wrap: on
line diff
--- a/src/elab_err.sig Tue Dec 21 18:01:23 2010 -0500 +++ b/src/elab_err.sig Thu Dec 23 11:23:31 2010 -0500 @@ -55,7 +55,7 @@ | CIncompatible of Elab.con * Elab.con | CExplicitness of Elab.con * Elab.con | CKindof of Elab.kind * Elab.con * string - | CRecordFailure of Elab.con * Elab.con * (Elab.con * Elab.con * Elab.con) option + | CRecordFailure of Elab.con * Elab.con * (Elab.con * Elab.con * Elab.con * cunify_error option) option | TooLifty of ErrorMsg.span * ErrorMsg.span | TooUnify of Elab.con * Elab.con | TooDeep