X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcoercDb.mli;fp=helm%2Focaml%2Fcic_unification%2FcoercDb.mli;h=ba563ddd6d203de0215acfe70e6ff665e90ffce0;hb=edad2cd49734428c522afaa01201bb0a49346d42;hp=1d56132eab2c1a7ce904b73c941508dce5ca29ea;hpb=221946158c75dce388c1b7efe916674d26a87033;p=helm.git diff --git a/helm/ocaml/cic_unification/coercDb.mli b/helm/ocaml/cic_unification/coercDb.mli index 1d56132ea..ba563ddd6 100644 --- a/helm/ocaml/cic_unification/coercDb.mli +++ b/helm/ocaml/cic_unification/coercDb.mli @@ -22,8 +22,12 @@ * For details, see the HELM World-Wide-Web page, * http://cs.unibo.it/helm/. *) + + (** XXX WARNING: non-reentrant *) + +val use_coercions: bool ref (** initial status is true *) - val to_list: +val to_list: unit -> (UriManager.uri * UriManager.uri * UriManager.uri) list