mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Removed duplicated field struct
This commit is contained in:
parent
90354f911d
commit
0dafb67620
@ -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 *)
|
||||
|
Loading…
Reference in New Issue
Block a user