aboutsummaryrefslogtreecommitdiff
path: root/plugins/funind/rawtermops.mli
diff options
context:
space:
mode:
authorglondu2010-12-23 18:50:30 +0000
committerglondu2010-12-23 18:50:30 +0000
commitfafba6b545c7d0d774bcd79bdbddb8869517aabb (patch)
tree1c41d59996f23c4d8d1aefbce96f679533527866 /plugins/funind/rawtermops.mli
parentcdbbcb3ebb9bed4bba558e6fa4a3b01f3cc18af1 (diff)
Prepare change of nomenclature rawconstr -> glob_constr
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13742 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/funind/rawtermops.mli')
-rw-r--r--plugins/funind/rawtermops.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/funind/rawtermops.mli b/plugins/funind/rawtermops.mli
index 455e7c89b2..4657033869 100644
--- a/plugins/funind/rawtermops.mli
+++ b/plugins/funind/rawtermops.mli
@@ -19,9 +19,9 @@ val pattern_to_term : cases_pattern -> rawconstr
val mkRRef : Libnames.global_reference -> rawconstr
val mkRVar : Names.identifier -> rawconstr
val mkRApp : rawconstr*(rawconstr list) -> rawconstr
-val mkRLambda : Names.name*rawconstr*rawconstr -> rawconstr
-val mkRProd : Names.name*rawconstr*rawconstr -> rawconstr
-val mkRLetIn : Names.name*rawconstr*rawconstr -> rawconstr
+val mkRLambda : Names.name * rawconstr * rawconstr -> rawconstr
+val mkRProd : Names.name * rawconstr * rawconstr -> rawconstr
+val mkRLetIn : Names.name * rawconstr * rawconstr -> rawconstr
val mkRCases : rawconstr option * tomatch_tuples * cases_clauses -> rawconstr
val mkRSort : rawsort -> rawconstr
val mkRHole : unit -> rawconstr (* we only build Evd.BinderType Anonymous holes *)