aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/ltac/g_obligations.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ltac/g_obligations.ml4')
-rw-r--r--plugins/ltac/g_obligations.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/g_obligations.ml4 b/plugins/ltac/g_obligations.ml4
index d286a5870..3e6e2db60 100644
--- a/plugins/ltac/g_obligations.ml4
+++ b/plugins/ltac/g_obligations.ml4
@@ -70,7 +70,7 @@ GEXTEND Gram
Constr.closed_binder:
[[ "("; id=Prim.name; ":"; t=Constr.lconstr; "|"; c=Constr.lconstr; ")" ->
let typ = mkAppC (sigref, [mkLambdaC ([id], default_binder_kind, t, c)]) in
- [LocalRawAssum ([id], default_binder_kind, typ)]
+ [CLocalAssum ([id], default_binder_kind, typ)]
] ];
END