aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/coretactics.ml4
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-05-22 00:07:26 +0200
committerEmilio Jesus Gallego Arias2018-06-12 14:42:28 +0200
commit368a25e4ef14512b00f5799e26c3f615bc540201 (patch)
tree29602372307ff70f2a7b06f0a27609a73caa5666 /plugins/ltac/coretactics.ml4
parent36a98d55576ebdb106a55c3bd682961da8d77dee (diff)
[api] Misctypes removal: several moves:
- move_location to proofs/logic. - intro_pattern_naming to Namegen.
Diffstat (limited to 'plugins/ltac/coretactics.ml4')
-rw-r--r--plugins/ltac/coretactics.ml42
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ltac/coretactics.ml4 b/plugins/ltac/coretactics.ml4
index faa9e413bb..1070b30a16 100644
--- a/plugins/ltac/coretactics.ml4
+++ b/plugins/ltac/coretactics.ml4
@@ -11,10 +11,12 @@
open Util
open Locus
open Misctypes
+open Tactypes
open Genredexpr
open Stdarg
open Extraargs
open Names
+open Logic
DECLARE PLUGIN "ltac_plugin"