package speed

  1. Overview
  2. Docs

Module Speed_dsl_effect.MakeSource

Parameters

module D : Domain.DOMAIN
module RootSuite : ROOT_SUITE with type t = unit D.t

Signature

Sourcetype 'a builder = {
  1. context : ?metadata:metadata list -> string -> ('a builder -> unit) -> unit;
  2. fixture : 'b. ?metadata:metadata list -> setup:('a Domain.test_input -> 'b) -> string -> ('b builder -> unit) -> unit;
  3. test : ?metadata:metadata list -> string -> 'a D.test_function -> unit;
}
Sourcemodule MakeTypes (C : sig ... end) : sig ... end
Sourceval run : 'a. ('a builder -> unit) -> 'a D.t -> 'a D.t
Sourceval parse : (unit builder -> unit) -> unit D.t
OCaml

Innovation. Community. Security.