package catala

  1. Overview
  2. Docs

Vertices: scope variables or subscopes.

The vertices of the scope dependency graph are either :

  • the variables of the scope ;
  • the subscopes of the scope.

Indeed, during interpretation, subscopes are executed atomically.

val hash : t -> int
val compare : 'a -> 'a -> int
val equal : t -> t -> bool
val format_t : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.