package catala

  1. Overview
  2. Docs
type t =
  1. | Struct of Ast.StructName.t
  2. | Enum of Ast.EnumName.t
val hash : t -> int
val compare : t -> t -> int
val equal : t -> t -> bool
val format_t : Stdlib.Format.formatter -> t -> unit
val get_info : t -> Ast.StructName.info