package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Inside a scope, a definition can refer either to a scope def, or a subscope def

val compare : t -> t -> int
val get_position : t -> Catala_utils.Pos.t
val format : Format.formatter -> t -> unit
val hash : t -> int
module Map : Catala_utils.Map.S with type key = t
module Set : Set.S with type elt = t