summaryrefslogtreecommitdiff
path: root/src/Names.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Names.ml')
-rw-r--r--src/Names.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Names.ml b/src/Names.ml
index 0db5291a..209f8547 100644
--- a/src/Names.ml
+++ b/src/Names.ml
@@ -1,5 +1,4 @@
open Identifiers
-
module Disambiguator = IdGen ()
(** See the comments for [Name] *)
@@ -49,11 +48,8 @@ type name = path_elem list [@@deriving show, ord]
let to_name (ls : string list) : name = List.map (fun s -> Ident s) ls
type module_name = name [@@deriving show, ord]
-
type type_name = name [@@deriving show, ord]
-
type fun_name = name [@@deriving show, ord]
-
type global_name = name [@@deriving show, ord]
(** Filter the disambiguators equal to 0 in a name *)