package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. state : bool;
  2. set_state : bool -> unit Effect.t;
  3. toggle : unit Effect.t;
}
OCaml

Innovation. Community. Security.