package lustre-v6

  1. Overview
  2. Docs
type elt = var_info
type store = (var_info, var_info list) Stdlib.Hashtbl.t
exception DependencyCycle of elt * elt list
val check_there_is_no_cycle : store -> elt list -> unit
val f : store -> elt list -> elt list