Module Ppx_hardcaml_runtime

include module type of struct include Ppx_hardcaml_runtime0 end
val concat : ?sep:string -> string list @ local -> string
val option_map2_exn : 'a option -> 'b option -> f:('a -> ('b -> 'c) @ local) @ local -> 'c option
val option_iter2_exn : 'a option -> 'b option -> f:('a -> ('b -> unit) @ local) @ local -> unit
val hardcaml_is_linked : bool Core.ref
module Interface = Hardcaml.Interface
module Wave_format = Hardcaml.Wave_format
module Derive_interface_from_map2 (X : sig ... end) : sig ... end