package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Type_id : Type_id
type 'a t = 'a Type_id.t
module Hidden : sig ... end
val nothing : Core.Nothing.t t
val both : 'a t -> 'b t -> ('a, 'b) Core.Either.t t
val map : 'k Core.Type_equal.Id.t -> 'a t -> ('k * 'a) t
val map_for_assoc_on : 'io_key Core.Type_equal.Id.t -> 'model_key Core.Type_equal.Id.t -> 'a t -> ('io_key * 'model_key * 'a) t
val of_module : (module Bonsai__.Module_types.Action with type t = 'a) -> name:string -> 'a t
OCaml

Innovation. Community. Security.