catala.scopelang
Dependency.TVertex
catala.dcalc
catala.desugared
catala.driver
catala.lcalc
catala.literate
catala.runtime
catala.scalc
catala.surface
catala.utils
type t =
| Struct of Scopelang.Ast.StructName.t
| Enum of Scopelang.Ast.EnumName.t
val format_t : Format.formatter -> t -> unit
val get_info : t -> Scopelang.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