X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcicUnification.mli;h=9956b304378c40d7769378fafd5ffbf344de6855;hb=78cf601fd8b8dbb386b0db315dcbfdbe8256c15f;hp=40b9f8ef78b2892d2d4f6ddc9bf39f30cff88846;hpb=e46885466c473f4519a210edbe744d71e54af675;p=helm.git diff --git a/helm/ocaml/cic_unification/cicUnification.mli b/helm/ocaml/cic_unification/cicUnification.mli index 40b9f8ef7..9956b3043 100644 --- a/helm/ocaml/cic_unification/cicUnification.mli +++ b/helm/ocaml/cic_unification/cicUnification.mli @@ -23,8 +23,9 @@ * http://cs.unibo.it/helm/. *) -exception AssertFailure of string -exception UnificationFailure of string +exception UnificationFailure of string;; +exception Uncertain of string;; +exception AssertFailure of string;; (* fo_unif metasenv context t1 t2 *) (* unifies [t1] and [t2] in a context [context]. *)