aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-03-25 15:14:30 +0100
committerPierre-Marie Pédrot2016-03-25 15:14:30 +0100
commitd0a2ea9c4a68c33753c75cc80e4b255366c6352b (patch)
tree6cc1208059a78d1f85042467542d35871120f831 /intf
parenta54579dd20e04ea919f8fa887e15dd82051fa297 (diff)
parente8114ee084cae195eb7615293cec0e28dcc0a3d8 (diff)
Moving back some tactics not essentially related to Ltac into the tactics/ folder.
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index b1dc174d4b..0aa3b936ca 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -122,7 +122,7 @@ type open_glob_constr = unit * glob_constr_and_expr
type binding_bound_vars = Id.Set.t
type glob_constr_pattern_and_expr = glob_constr_and_expr * constr_pattern
-type 'a delayed_open =
+type 'a delayed_open = 'a Pretyping.delayed_open =
{ delayed : 'r. Environ.env -> 'r Sigma.t -> ('a, 'r) Sigma.sigma }
type delayed_open_constr_with_bindings = Term.constr with_bindings delayed_open