aboutsummaryrefslogtreecommitdiff
path: root/src/tac2core.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-01 14:43:30 +0200
committerPierre-Marie Pédrot2017-08-01 15:48:23 +0200
commit8a8fd265158fa3fe7eea65b50c3da722e81fa688 (patch)
tree2d121778619f7dcaaeda7316dcc9fa311cac350a /src/tac2core.ml
parent7cd31681eb5e3ccc7e7e920bb7eebe92827f6b16 (diff)
Binding more primitive tactics.
Diffstat (limited to 'src/tac2core.ml')
-rw-r--r--src/tac2core.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tac2core.ml b/src/tac2core.ml
index e0a65dde2d..fef16dcc06 100644
--- a/src/tac2core.ml
+++ b/src/tac2core.ml
@@ -325,7 +325,7 @@ let prm_constr_kind : ml_tactic = function
|])
| Const (cst, u) ->
ValBlk (10, [|
- Value.of_ext Value.val_constant cst;
+ Value.of_constant cst;
of_instance sigma u;
|])
| Ind (ind, u) ->