package bistro

  1. Overview
  2. Docs
A library to build and run distributed scientific workflows

Install

Dune Dependency

Authors

Maintainers

Sources

bistro-0.6.0.tbz
sha256=146177faaaa9117a8e2bf0fd60cb658662c0aa992f35beb246e6fd0766050e66
sha512=553fe0c20f236316449b077a47e6e12626d193ba1916e9da233e5526dd39090e8677277e1c79baace3bdc940cb009f25431730a8efc00ae4ed9cc42a0add9609

doc/bistro.internals/Bistro_internals/Workflow/Any/index.html

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.