package ppx_hardcaml

  1. Overview
  2. Docs
Rewrite OCaml records for use as Hardcaml Interfaces

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=74cb19720c582bd5c4559aba77807024
sha512=5179b3741e94cf603fc8907b9946a1021979463262e7ab7cbe83df0f320ed2f2bfa8d8aef5ed53f10f9fcd64aaad5f618b26ef16ecabe7bdb358cc9ff01317d7

doc/ppx_hardcaml.runtime/Ppx_hardcaml_runtime/index.html

Module Ppx_hardcaml_runtimeSource

Sourcemodule Array : sig ... end
Sourcemodule Int = Base.Int
Sourcemodule Interface = Hardcaml.Interface
Sourcemodule List = Base.List
Sourceval concat : ?sep:Base.String.t -> Base.String.t list -> Base.String.t
Sourceval option_map2_exn : 'a option -> 'b option -> f:('a -> 'b -> 'c) -> 'c option
Sourceval option_iter2_exn : 'a option -> 'b option -> f:('a -> 'b -> unit) -> unit