Module Shared_ast.StructField

type t
type info = string Catala_utils.Mark.pos
val fresh : info -> t
val get_info : t -> info
val map_info : (info -> info) -> t -> t
val compare : t -> t -> int
val equal : t -> t -> bool
val format : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
val id : t -> int
val hash : t -> Catala_utils.Hash.t
module Set : sig ... end
module Map : sig ... end