package hardcaml

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

Module Recipe.SListSource

Sourcetype 'a same = 'a Base.List.t
Sourceval smap : f:(var -> Signal.t) -> var same -> Signal.t same
Sourceval new_var : Base.Unit.t -> var same t
Sourceval read : var same -> Signal.t same t
Sourceval if_ : (Signal.t same -> Signal.t) -> var same -> then_:'a t -> else_:'b t -> Base.Unit.t t
Sourceval while_ : (Signal.t same -> Signal.t) -> var same -> do_:'a t -> 'a t
OCaml

Innovation. Community. Security.