comparison 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
comparison
equal deleted inserted replaced
412:df4cbd90a26e 413:6a0e54400805
47 datatype cunify_error = 47 datatype cunify_error =
48 CKind of Elab.kind * Elab.kind * kunify_error 48 CKind of Elab.kind * Elab.kind * kunify_error
49 | COccursCheckFailed of Elab.con * Elab.con 49 | COccursCheckFailed of Elab.con * Elab.con
50 | CIncompatible of Elab.con * Elab.con 50 | CIncompatible of Elab.con * Elab.con
51 | CExplicitness of Elab.con * Elab.con 51 | CExplicitness of Elab.con * Elab.con
52 | CKindof of Elab.kind * Elab.con 52 | CKindof of Elab.kind * Elab.con * string
53 | CRecordFailure of Elab.con * Elab.con 53 | CRecordFailure of Elab.con * Elab.con
54 54
55 val cunifyError : ElabEnv.env -> cunify_error -> unit 55 val cunifyError : ElabEnv.env -> cunify_error -> unit
56 56
57 datatype exp_error = 57 datatype exp_error =