diff options
| author | Maxime Dénès | 2017-11-13 11:21:41 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-11-13 11:21:41 +0100 |
| commit | a7df689e73dd396dafdbb4891d534b7fa5cb0fc8 (patch) | |
| tree | 8682480b7dc5cc4557344490968166061e656b93 /API/API.ml | |
| parent | 1f9dcdee40d95ee56ef91876579f2c059939e04a (diff) | |
| parent | fb08d2d78c80f384e8ac2b7a9563b6c6720608f4 (diff) | |
Merge PR #6052: [general] Move Tactypes to `interp` + API reordering.
Diffstat (limited to 'API/API.ml')
| -rw-r--r-- | API/API.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/API/API.ml b/API/API.ml index 6e61063e4b..9a67e3111f 100644 --- a/API/API.ml +++ b/API/API.ml @@ -80,6 +80,7 @@ module Locus = Locus module Glob_term = Glob_term module Extend = Extend module Misctypes = Misctypes +module Pattern = Pattern module Decl_kinds = Decl_kinds module Vernacexpr = Vernacexpr module Notation_term = Notation_term @@ -118,8 +119,6 @@ module Universes = Universes module UState = UState module Evd = Evd module EConstr = EConstr -module Tactypes = Tactypes -module Pattern = Pattern module Namegen = Namegen module Termops = Termops module Proofview_monad = Proofview_monad @@ -167,6 +166,7 @@ module Univdecls = Univdecls (******************************************************************************) (* interp *) (******************************************************************************) +module Tactypes = Tactypes module Stdarg = Stdarg module Genintern = Genintern module Constrexpr_ops = Constrexpr_ops |
