package speed

  1. Overview
  2. Docs
Speed - go fast by writing test first

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=a455964b16c60eec12b8cb258b09fa2b
sha512=e60ac7dc9038ab3e2d2c5cd84729c9e04b722de52329b1de61dd15a1d274e1dc71dc11e0f0d033e6602ae0cee9e8d7baabd19f3918aa3c61e63c14ef0c90e606

doc/speed/Speed_dsl_effect/Make/index.html

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.