aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-11-01 15:15:11 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-11-01 15:15:11 +0100
commit5f81fd1c9ac3a2dd90e80f7fd04f5d8ca7853d2c (patch)
treea0499fb9cdb7a0f74af8685f3eca707c8876e771
parente5659c8ffe735c530a707a61c692a3af21a79a9a (diff)
[general] Move Tactypes to `interp`
This makes sense here as the main client is `Stdargs`. This helps with the concerns @herbelin had in https://github.com/coq/coq/issues/6008#issuecomment-341107793
-rw-r--r--interp/interp.mllib1
-rw-r--r--interp/tactypes.ml (renamed from intf/tactypes.ml)0
-rw-r--r--intf/intf.mllib1
3 files changed, 1 insertions, 1 deletions
diff --git a/interp/interp.mllib b/interp/interp.mllib
index 6d290a325..e3500cfea 100644
--- a/interp/interp.mllib
+++ b/interp/interp.mllib
@@ -1,3 +1,4 @@
+Tactypes
Stdarg
Genintern
Constrexpr_ops
diff --git a/intf/tactypes.ml b/interp/tactypes.ml
index 2c42e1311..2c42e1311 100644
--- a/intf/tactypes.ml
+++ b/interp/tactypes.ml
diff --git a/intf/intf.mllib b/intf/intf.mllib
index 523e4b265..38a2a71cc 100644
--- a/intf/intf.mllib
+++ b/intf/intf.mllib
@@ -3,7 +3,6 @@ Evar_kinds
Genredexpr
Locus
Notation_term
-Tactypes
Decl_kinds
Extend
Glob_term