diff options
| author | Gaëtan Gilbert | 2018-10-29 14:34:39 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-10-30 13:04:18 +0100 |
| commit | 82105f030e13aebcb232eb912526ff8ca0650a24 (patch) | |
| tree | 9839e8698063b8e55f4255efdabcceed2e8deea3 /stm | |
| parent | 0ac673e562c34245e4e48efc428d808e917be79b (diff) | |
Move abstract out of tactics.ml
Diffstat (limited to 'stm')
| -rw-r--r-- | stm/stm.ml | 2 |
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 -> |
