aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/coercion.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-06-29 11:14:54 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-06-29 11:14:54 +0000
commitc103130e36fd216acfd38c66a73748401751fd93 (patch)
tree0768eb884cc2ec6c5a4bc6d0ba5045a6aa197173 /pretyping/coercion.mli
parente08496015de2c25ba41cbcf72d503e3f374bda49 (diff)
Séparation des contraintes de type et de valeur dans pretyping
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@531 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/coercion.mli')
-rw-r--r--pretyping/coercion.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/coercion.mli b/pretyping/coercion.mli
index 5051f96db..52cdabc06 100644
--- a/pretyping/coercion.mli
+++ b/pretyping/coercion.mli
@@ -24,5 +24,5 @@ val inh_conv_coerce_to : Rawterm.loc ->
env -> 'a evar_defs -> unsafe_judgment -> typed_type -> unsafe_judgment
val inh_apply_rel_list : bool -> Rawterm.loc -> env -> 'a evar_defs ->
- unsafe_judgment list -> unsafe_judgment -> trad_constraint
+ unsafe_judgment list -> unsafe_judgment -> constr option
-> unsafe_judgment