package bistro

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

Module Workflow.AnySource

Sourcemodule T : sig ... end
Sourcemodule Set : sig ... end
Sourcemodule Table : sig ... end
Sourcemodule Map : sig ... end
include module type of struct include T end
Sourcetype t = any
Sourceval id : any -> string
Sourceval compare : any -> any -> int
Sourceval equal : any -> any -> bool
Sourceval hash : any -> int
Sourceval deps : any -> any list
Sourceval descr : any -> string option
Sourceval fold_aux : Set.elt -> seen:Set.t -> init:'a -> f:('a -> Set.elt -> 'a) -> 'a * Set.t
Sourceval fold : Set.elt -> init:'a -> f:('a -> Set.elt -> 'a) -> 'a
OCaml

Innovation. Community. Security.