aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-03 16:27:59 +0100
committerPierre-Marie Pédrot2018-11-03 16:27:59 +0100
commit10e2f279d97b15939e6bdc7658dee20e09b06653 (patch)
treee04f05e6ee1efe1abae01ccccb96ecc5e3646088 /stm
parent228066a783a581ba2b304a12d9fe5e8decebcc48 (diff)
parentd6619dda80e30adb3d8699c896374657a32ca4e6 (diff)
Merge PR #8844: Move abstract out of tactics.ml
Diffstat (limited to 'stm')
-rw-r--r--stm/stm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml
index 19915b1600..b731678f6d 100644
--- a/stm/stm.ml
+++ b/stm/stm.ml
@@ -2028,7 +2028,7 @@ end = struct (* {{{ *)
str"g=" ++ int (Evar.repr gid) ++ spc () ++
str"t=" ++ (Printer.pr_constr_env env sigma pt) ++ spc () ++
str"uc=" ++ Termops.pr_evar_universe_context uc));
- (if abstract then Tactics.tclABSTRACT None else (fun x -> x))
+ (if abstract then Abstract.tclABSTRACT None else (fun x -> x))
(V82.tactic (Refiner.tclPUSHEVARUNIVCONTEXT uc) <*>
Tactics.exact_no_check (EConstr.of_constr pt))
| None ->