package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Var of Ast.ScopeVar.t * Ast.StateName.t option
  2. | SubScope of Scopelang.Ast.SubScopeName.t
val format_t : Stdlib.Format.formatter -> t -> unit
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool