From acb788d8cf5f85dc6e9aee659e60f9373523cd18 Mon Sep 17 00:00:00 2001 From: jforest Date: Thu, 1 Mar 2012 14:14:04 +0000 Subject: New version of recdef : + Allowing much more function to be defined. + Using completely new algorithm to define non structural fixpoints git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15009 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/funind/recdef.mli | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/funind/recdef.mli (limited to 'plugins/funind/recdef.mli') diff --git a/plugins/funind/recdef.mli b/plugins/funind/recdef.mli new file mode 100644 index 000000000..aa4493821 --- /dev/null +++ b/plugins/funind/recdef.mli @@ -0,0 +1,20 @@ + + +(* val evaluable_of_global_reference : Libnames.global_reference -> Names.evaluable_global_reference *) +val tclUSER_if_not_mes : + Proof_type.tactic -> + bool -> + Names.identifier list option -> + Proof_type.tactic +val recursive_definition : +bool -> + Names.identifier -> + Constrintern.internalization_env -> + Topconstr.constr_expr -> + Topconstr.constr_expr -> + int -> Topconstr.constr_expr -> (Names.constant -> + Term.constr option ref -> + Names.constant -> + Names.constant -> int -> Term.types -> int -> Term.constr -> 'a) -> Topconstr.constr_expr list -> unit + + -- cgit v1.2.3