catala.scopelang
SDependencies.V
Vertices have type V.t and are labeled with type V.label (note that an implementation may identify the vertex with its label)
V.t
V.label
Vertices are COMPARABLE.
COMPARABLE
api_web
catala.catala_utils
catala.clerk_driver
catala.dcalc
catala.desugared
catala.driver
catala.lcalc
catala.literate
catala.plugins
catala.runtime_jsoo
catala.runtime_ocaml
catala.scalc
catala.shared_ast
catala.surface
catala.verification
explain
json_schema
lazy_interpreter
python
type t = vertex
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
Vertices are labeled.
type label
val create : label -> t
val label : t -> label