aboutsummaryrefslogtreecommitdiffhomepage
path: root/library
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-01-02 17:05:03 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-01-02 17:05:03 +0100
commit74c29764359272b29af081b30762549777ae8825 (patch)
tree69f9f66cf95143549f69919ce1e4ea3b495e690d /library
parent3049b2930ec2bd4adf886fc90bf01a478b318477 (diff)
Remove some useless type declarations.
Diffstat (limited to 'library')
-rw-r--r--library/declare.ml3
-rw-r--r--library/keys.ml2
2 files changed, 0 insertions, 5 deletions
diff --git a/library/declare.ml b/library/declare.ml
index 994a6557a..c1697a434 100644
--- a/library/declare.ml
+++ b/library/declare.ml
@@ -417,9 +417,6 @@ let assumption_message id =
(** Global universe names, in a different summary *)
-type universe_names =
- (Univ.universe_level Idmap.t * Id.t Univ.LMap.t)
-
(* Discharged or not *)
type universe_decl = polymorphic * (Id.t * Univ.universe_level) list
diff --git a/library/keys.ml b/library/keys.ml
index 3d277476f..6b2466f3d 100644
--- a/library/keys.ml
+++ b/library/keys.ml
@@ -62,8 +62,6 @@ module Keyset = Keymap.Set
(* Mapping structure for references to be considered equivalent *)
-type keys = Keyset.t Keymap.t
-
let keys = Summary.ref Keymap.empty ~name:"Keys_decl"
let add_kv k v m =