package hardcaml_waveterm

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

Parameters

module Data : sig ... end
module Wave : sig ... end

Signature

module Config : sig ... end
type t = {
  1. cfg : Config.t;
  2. waves : Wave.t Base.array;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.