More explicit error message printing.
parent
5cbc45ca55
commit
8a0af5091e
|
@ -213,5 +213,5 @@ let print_type_error e =
|
|||
str "Scope error." ++
|
||||
str "The variable %s is bound twice in a pattern." x
|
||||
| ContextNotAbsurd ->
|
||||
str "Type error." ++
|
||||
str "The context is not absurd"
|
||||
str "Type error." ++
|
||||
str "The type equations in the typing environment are not contradictory."
|
||||
|
|
Loading…
Reference in New Issue