From 58630ad9a0b94a804a39a3d99f982965292692c7 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Mon, 21 May 2018 23:54:55 +0200 Subject: [api] Misctypes removal: miscellaneous aliases. --- library/declaremods.ml | 1 - library/declaremods.mli | 2 +- library/misctypes.ml | 12 ------------ 3 files changed, 1 insertion(+), 14 deletions(-) (limited to 'library') diff --git a/library/declaremods.ml b/library/declaremods.ml index e8d89f96b..0b3b461e6 100644 --- a/library/declaremods.ml +++ b/library/declaremods.ml @@ -17,7 +17,6 @@ open Entries open Libnames open Libobject open Mod_subst -open Misctypes (** {6 Inlining levels} *) diff --git a/library/declaremods.mli b/library/declaremods.mli index 63b25c7e4..b42a59bfb 100644 --- a/library/declaremods.mli +++ b/library/declaremods.mli @@ -36,7 +36,7 @@ type 'modast module_interpretor = Entries.module_struct_entry * module_kind * Univ.ContextSet.t type 'modast module_params = - (Misctypes.lident list * ('modast * inline)) list + (lident list * ('modast * inline)) list (** [declare_module interp_modast id fargs typ exprs] declares module [id], with structure constructed by [interp_modast] diff --git a/library/misctypes.ml b/library/misctypes.ml index a12caef80..3b629f449 100644 --- a/library/misctypes.ml +++ b/library/misctypes.ml @@ -10,18 +10,6 @@ open Names -(** Basic types used both in [constr_expr], [glob_constr], and [vernacexpr] *) - -(** Located identifiers and objects with syntax. *) - -type lident = Id.t CAst.t -type lname = Name.t CAst.t -type lstring = string CAst.t - -(** Cases pattern variables *) - -type patvar = Id.t - (** Introduction patterns *) type 'constr intro_pattern_expr = -- cgit v1.2.3