package ppx_hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Array : sig ... end
module Int = Base.Int
module Interface = Hardcaml.Interface
module List = Base.List
val concat : ?sep:Base.String.t -> Base.String.t list -> Base.String.t
val option_map2_exn : 'a option -> 'b option -> f:('c -> 'd -> 'e) -> 'f option
val option_iter2_exn : 'a option -> 'b option -> f:('c -> 'd -> unit) -> unit
OCaml

Innovation. Community. Security.