aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
Diffstat (limited to 'interp')
-rw-r--r--interp/topconstr.mli6
1 files changed, 1 insertions, 5 deletions
diff --git a/interp/topconstr.mli b/interp/topconstr.mli
index 6cc3615f06..3561896433 100644
--- a/interp/topconstr.mli
+++ b/interp/topconstr.mli
@@ -7,12 +7,8 @@
(************************************************************************)
open Loc
-open Pp
open Names
open Libnames
-open Glob_term
-open Term
-open Mod_subst
open Misctypes
open Decl_kinds
open Constrexpr
@@ -22,7 +18,7 @@ open Notation_term
val oldfashion_patterns : bool ref
-(** Utilities on constr_expr *)
+(** Utilities on constr_expr *)
val replace_vars_constr_expr :
(Id.t * Id.t) list -> constr_expr -> constr_expr