package catala

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Var of Shared_ast.ScopeVar.t * Shared_ast.StateName.t option
  2. | Assertion of Ast.AssertionName.t
val format : 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
OCaml

Innovation. Community. Security.