package hardcaml_step_testbench

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type 'd t = (module S with type t = 'd)
module Bool : S with type t = Base.bool
module Int : S with type t = Base.int
module String : S with type t = Base.string
module Unit : S with type t = Base.unit
module Pair (D1 : S) (D2 : S) : S with type t = D1.t * D2.t
OCaml

Innovation. Community. Security.