X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcicRefine.mli;h=ef089cabf1a433023d01749a884b7808ef3018e4;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=2e132c043e18d7f352748c45150156fb088bff14;hpb=358cefe50cccd4cb7d8e2a9cecb7efcb5780b8a3;p=helm.git diff --git a/helm/ocaml/cic_unification/cicRefine.mli b/helm/ocaml/cic_unification/cicRefine.mli index 2e132c043..ef089cabf 100644 --- a/helm/ocaml/cic_unification/cicRefine.mli +++ b/helm/ocaml/cic_unification/cicRefine.mli @@ -23,9 +23,9 @@ * http://cs.unibo.it/helm/. *) -exception RefineFailure of string;; -exception Uncertain of string;; -exception AssertFailure of string;; +exception RefineFailure of string Lazy.t;; +exception Uncertain of string Lazy.t;; +exception AssertFailure of string Lazy.t;; (* type_of_aux' metasenv context term graph *) (* refines [term] and returns the refined form of [term], *)