diff options
author | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-05-03 20:44:42 +0000 |
---|---|---|
committer | filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2000-05-03 20:44:42 +0000 |
commit | bae7532aaf4fc4ca0f637cb6e53f6b4b80c7cb75 (patch) | |
tree | e4c5a1725f1d12b78b959e974f61380f55557806 /pretyping | |
parent | 5c64bc0eb899409b66b3e13fe99ebf679b0850a7 (diff) |
diverses modifs pour ocamlweb
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@408 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping')
-rw-r--r-- | pretyping/pretyping.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/pretyping.mli b/pretyping/pretyping.mli index 9bd482763..f46f9ddb3 100644 --- a/pretyping/pretyping.mli +++ b/pretyping/pretyping.mli @@ -12,7 +12,7 @@ open Evarutil (*i*) (* Raw calls to the inference machine of Trad: boolean says if we must fail - on unresolved evars, or replace them by Metas ; the unsafe_judgment list + on unresolved evars, or replace them by Metas ; the [unsafe_judgment] list allows us to extend env with some bindings *) val ise_resolve : bool -> 'a evar_map -> (int * constr) list -> env -> (identifier * unsafe_judgment) list -> |