aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/reserve.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2013-09-06 21:50:35 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2013-11-27 18:43:35 +0100
commit144f2ac7c7394a701808daa503a0b6ded5663fcc (patch)
treec193b3e8ba6d2650213e8c0cc4f0c52f14eedba3 /interp/reserve.ml
parent2923b9262e3859f2ad0169778d63d79843d7ddf7 (diff)
Adding generic solvers to term holes. For now, no resolution mechanism nor
parsing is plugged.
Diffstat (limited to 'interp/reserve.ml')
-rw-r--r--interp/reserve.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/reserve.ml b/interp/reserve.ml
index 12c3dcbba..77ca9e267 100644
--- a/interp/reserve.ml
+++ b/interp/reserve.ml
@@ -115,7 +115,7 @@ let anonymize_if_reserved na t = match na with
let ntn = notation_constr_of_glob_constr Id.Map.empty Id.Map.empty t in
Pervasives.(=) ntn (find_reserved_type id) (** FIXME *)
with UserError _ -> false)
- then GHole (Loc.ghost,Evar_kinds.BinderType na)
+ then GHole (Loc.ghost,Evar_kinds.BinderType na,None)
else t
with Not_found -> t)
| Anonymous -> t