package catala

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

Module Dependency.VertexSource

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.

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

Innovation. Community. Security.