aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/genarg.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-06-07 16:59:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-06-07 16:59:05 +0000
commit97c05d64e69308ee2d51bb6b82957016efba7273 (patch)
treed042270f0257db7570f07bfa20924f1cdf88af17 /interp/genarg.ml
parentdf940181e8c39564d794cd5868a1da39fa4804ca (diff)
Correction trou de subject-reduction de create_arg dans genarg.mli
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8917 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'interp/genarg.ml')
-rw-r--r--interp/genarg.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/interp/genarg.ml b/interp/genarg.ml
index 2d51e2a18..294678d48 100644
--- a/interp/genarg.ml
+++ b/interp/genarg.ml
@@ -53,6 +53,10 @@ type ('a,'b) generic_argument = argument_type * Obj.t
let dyntab = ref ([] : string list)
+type rlevel = constr_expr
+type glevel = rawconstr_and_expr
+type tlevel = constr
+
type ('a,'b,'c) abstract_argument_type = argument_type
let create_arg s =