package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Core.Type_equal.Id.t
val nothing : Core.Nothing.t t
val both : 'a t -> 'b t -> ('a, 'b) Core.Either.t t
val map : (module Bonsai__.Import.Comparator with type comparator_witness = 'cmp and type t = 'k) -> 'a t -> ('k * 'a) t
val of_module : (module Bonsai__.Module_types.Action with type t = 'a) -> name:string -> 'a t