diff src/elab_err.sig @ 413:6a0e54400805

Sum prose
author Adam Chlipala <adamc@hcoop.net>
date Tue, 21 Oct 2008 19:56:20 -0400
parents 075b36dbb1a4
children 588b9d16b00a
line wrap: on
line diff
--- a/src/elab_err.sig	Tue Oct 21 19:31:11 2008 -0400
+++ b/src/elab_err.sig	Tue Oct 21 19:56:20 2008 -0400
@@ -49,7 +49,7 @@
            | COccursCheckFailed of Elab.con * Elab.con
            | CIncompatible of Elab.con * Elab.con
            | CExplicitness of Elab.con * Elab.con
-           | CKindof of Elab.kind * Elab.con
+           | CKindof of Elab.kind * Elab.con * string
            | CRecordFailure of Elab.con * Elab.con
 
     val cunifyError : ElabEnv.env -> cunify_error -> unit