package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Struct of Shared_ast.StructName.t
  2. | Enum of Shared_ast.EnumName.t
val format_t : Stdlib.Format.formatter -> t -> unit
val get_info : t -> Shared_ast.StructName.info
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool