Removed duplicated field struct

This commit is contained in:
Denis Merigoux 2020-03-16 10:06:41 +01:00
parent 90354f911d
commit 0dafb67620

View File

@ -32,13 +32,6 @@ module Constructor = Id.WithId (struct
let to_string x = Pos.unmark x
end)
module Field = Id.WithId (struct
type t = string Pos.marked
(** The position corresponds to the declaration *)
let to_string x = Pos.unmark x
end)
module Enum = Id.WithId (struct
type t = string Pos.marked
(** The position corresponds to the declaration *)