From 392300a73bc4e57d2be865d9a8d77c608ef02f59 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:08:50 +0000 Subject: New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15375 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/funind/recdef.mli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/funind/recdef.mli') diff --git a/plugins/funind/recdef.mli b/plugins/funind/recdef.mli index aa4493821..1117e2597 100644 --- a/plugins/funind/recdef.mli +++ b/plugins/funind/recdef.mli @@ -10,11 +10,11 @@ val recursive_definition : bool -> Names.identifier -> Constrintern.internalization_env -> - Topconstr.constr_expr -> - Topconstr.constr_expr -> - int -> Topconstr.constr_expr -> (Names.constant -> + Constrexpr.constr_expr -> + Constrexpr.constr_expr -> + int -> Constrexpr.constr_expr -> (Names.constant -> Term.constr option ref -> Names.constant -> - Names.constant -> int -> Term.types -> int -> Term.constr -> 'a) -> Topconstr.constr_expr list -> unit + Names.constant -> int -> Term.types -> int -> Term.constr -> 'a) -> Constrexpr.constr_expr list -> unit -- cgit v1.2.3