aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/cases.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-19 14:26:45 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-19 14:26:45 +0000
commit26f2ff64a641f1767abb1a0d3da3e7449a5835d3 (patch)
tree79e4017fc552f831bd7a8bef2ae303e984238fc8 /pretyping/cases.mli
parent8f0a9f241e3d905bdecfe9ba3d0c0f7feb1e2b30 (diff)
Deplacement subst_rawconstr dans Rawterm
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4948 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/cases.mli')
-rw-r--r--pretyping/cases.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/pretyping/cases.mli b/pretyping/cases.mli
index 1c4e6b92c..e05061f42 100644
--- a/pretyping/cases.mli
+++ b/pretyping/cases.mli
@@ -41,8 +41,6 @@ type ml_case_error =
exception NotInferable of ml_case_error
-val occur_rawconstr : identifier -> rawconstr -> bool
-
val pred_case_ml : (* raises [NotInferable] if not inferable *)
env -> evar_map -> bool -> inductive_type -> int * types -> constr