aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
Diffstat (limited to 'intf')
-rw-r--r--intf/misctypes.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/misctypes.mli b/intf/misctypes.mli
index 97b4b45fe0..f46ada4457 100644
--- a/intf/misctypes.mli
+++ b/intf/misctypes.mli
@@ -7,7 +7,6 @@
(************************************************************************)
open Names
-open Libnames
(** Basic types used both in [constr_expr] and in [glob_constr] *)
@@ -60,7 +59,6 @@ type 'a cast_type =
| CastVM of 'a
| CastCoerce (** Cast to a base type (eg, an underlying inductive type) *)
-
(** Bindings *)
type quantified_hypothesis = AnonHyp of int | NamedHyp of identifier