package bonsai

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

Module Input.HiddenSource

Sourcetype 'a input = 'a t
Sourcetype 'key t =
  1. | T : {
    1. input : 'input;
    2. type_id : 'input input;
    3. key : 'key;
    } -> 'key t
Sourceval unit : unit t input
Sourceval int : int t input