package bonsai

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

Provides a nice way of mapping over computations and its elements similarly to fold.

method bool : bool -> bool
method computation : Computation.t -> Computation.t
method computation_kind : Computation.kind -> Computation.kind
method id : int -> int
method lazy_ : ('a -> 'a) -> 'a lazy_t -> 'a lazy_t
method list : ('a -> 'a) -> 'a list -> 'a list
method node_path : Bonsai__.Node_path.t -> Bonsai__.Node_path.t
method option : ('a -> 'a) -> 'a option -> 'a option
method value : Value.t -> Value.t
method value_kind : Value.kind -> Value.kind
OCaml

Innovation. Community. Security.