package minicaml

  1. Overview
  2. Docs
val map : Types.evt list -> (Types.evt -> Types.type_wrapper list -> 'a -> Types.evt) -> 'a -> Types.evt

Map a function over an iterable structure

val map2 : Types.evt list -> (Types.evt -> Types.type_wrapper list -> 'a -> Types.evt) -> 'a -> Types.evt
val foldl : Types.evt list -> (Types.evt -> Types.type_wrapper list -> 'a -> Types.evt) -> 'a -> Types.evt
val filter : Types.evt list -> (Types.evt -> Types.type_wrapper list -> 'a -> Types.evt) -> 'a -> Types.evt
val table : (string * ((Types.evt list -> (Types.evt -> Types.type_wrapper list -> 'a -> Types.evt) -> 'a -> Types.evt) * int)) list
val js : string
OCaml

Innovation. Community. Security.