Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0debfbb7 authored by MARTINOT Olivier's avatar MARTINOT Olivier
Browse files

More explicit error message printing.

parent 98ea579c
No related branches found
No related tags found
1 merge request!44Add a notion of type equality in the client
...@@ -213,5 +213,5 @@ let print_type_error e = ...@@ -213,5 +213,5 @@ let print_type_error e =
str "Scope error." ++ str "Scope error." ++
str "The variable %s is bound twice in a pattern." x str "The variable %s is bound twice in a pattern." x
| ContextNotAbsurd -> | ContextNotAbsurd ->
str "Type error." ++ str "Type error." ++
str "The context is not absurd" str "The type equations in the typing environment are not contradictory."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment