X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcicUnification.mli;h=e1a6c2899e446026f352c91b33ad4e6c53f13f73;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=2c8e12f6053e3124f65de06810aa271e04954b2d;hpb=31851952e1cc2db59168c5fd6f6093d9bc37ea86;p=helm.git diff --git a/helm/ocaml/cic_unification/cicUnification.mli b/helm/ocaml/cic_unification/cicUnification.mli index 2c8e12f60..e1a6c2899 100644 --- a/helm/ocaml/cic_unification/cicUnification.mli +++ b/helm/ocaml/cic_unification/cicUnification.mli @@ -23,9 +23,9 @@ * http://cs.unibo.it/helm/. *) -exception UnificationFailure of string;; -exception Uncertain of string;; -exception AssertFailure of string;; +exception UnificationFailure of string Lazy.t;; +exception Uncertain of string Lazy.t;; +exception AssertFailure of string Lazy.t;; (* fo_unif metasenv context t1 t2 *) (* unifies [t1] and [t2] in a context [context]. *)