aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/checker.ml
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-08 13:43:26 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-08 19:23:51 +0200
commitf912004bbe2c8f77de09cc290c3c687dc4ebf7f8 (patch)
treeeadad13bfd7e178d782bb46a9bd3e0daff84264b /checker/checker.ml
parent0db1d850b940a5f2351c1ec6e26d1f8087064d40 (diff)
Adapt the checker to polymorphic universes and projections (untested).
Diffstat (limited to 'checker/checker.ml')
-rw-r--r--checker/checker.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/checker/checker.ml b/checker/checker.ml
index b9009da82..f3c583b83 100644
--- a/checker/checker.ml
+++ b/checker/checker.ml
@@ -297,7 +297,8 @@ let rec explain_exn = function
str("\nCantApplyBadType at argument " ^ string_of_int n)
| CantApplyNonFunctional _ -> str"CantApplyNonFunctional"
| IllFormedRecBody _ -> str"IllFormedRecBody"
- | IllTypedRecBody _ -> str"IllTypedRecBody"))
+ | IllTypedRecBody _ -> str"IllTypedRecBody"
+ | UnsatisfiedConstraints _ -> str"UnsatisfiedConstraints"))
| Indtypes.InductiveError e ->
hov 0 (str "Error related to inductive types")