aboutsummaryrefslogtreecommitdiff
path: root/parsing/ppconstr.mli
diff options
context:
space:
mode:
authorherbelin2010-04-29 11:59:56 +0000
committerherbelin2010-04-29 11:59:56 +0000
commit0f61b02f84b41e1f019cd78824de28f18ff854aa (patch)
tree7561ad6f07b501806ff1adba325ba702e7e708fc /parsing/ppconstr.mli
parentf73d7c4614d000f068550b5144d80b7eceed58e9 (diff)
Removed obsolete v7->v8 translation code (function check_same_type is
costly in size but it is still used for checking that the parameters of mutual inductive types are the same...). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12971 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing/ppconstr.mli')
-rw-r--r--parsing/ppconstr.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/parsing/ppconstr.mli b/parsing/ppconstr.mli
index f1bb49312f..d2d44f245c 100644
--- a/parsing/ppconstr.mli
+++ b/parsing/ppconstr.mli
@@ -24,9 +24,6 @@ val extract_lam_binders :
constr_expr -> local_binder list * constr_expr
val extract_prod_binders :
constr_expr -> local_binder list * constr_expr
-val extract_def_binders :
- constr_expr -> constr_expr ->
- local_binder list * constr_expr * constr_expr
val split_fix :
int -> constr_expr -> constr_expr ->
local_binder list * constr_expr * constr_expr