package bonsai

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

Module Meta.ActionSource

Sourcetype 'a t = 'a Type_id.t
Sourcemodule Hidden : sig ... end
Sourceval nothing : Core.Nothing.t t
Sourceval both : 'a t -> 'b t -> ('a, 'b) Core.Either.t t
Sourceval map : 'k Core.Type_equal.Id.t -> 'a t -> ('k * 'a) t
Sourceval 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
Sourceval of_module : (module Bonsai__.Module_types.Action with type t = 'a) -> name:string -> 'a t