aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/keys.ml
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/keys.ml
parent3049b2930ec2bd4adf886fc90bf01a478b318477 (diff)
Remove some useless type declarations.
Diffstat (limited to 'library/keys.ml')
-rw-r--r--library/keys.ml2
1 files changed, 0 insertions, 2 deletions
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 =