package speed

  1. Overview
  2. Docs
module Domain = Speed_domain
module type ROOT_SUITE = sig ... end
module Make (D : Domain.DOMAIN) (RootSuite : ROOT_SUITE with type t = unit D.t) : sig ... end
module Sync : sig ... end
module LwtEffectDsl : sig ... end
include module type of struct include Sync end
val run : (unit -> unit) -> Speed_dsl_list.Sync.t -> Speed_dsl_list.Sync.t
val parse : (unit -> unit) -> Speed_dsl_list.Sync.t
val run_root : (unit -> unit) -> unit
val test : ?focus:bool -> string -> unit Domain.Sync.test_function -> unit
val it : ?focus:bool -> string -> unit Domain.Sync.test_function -> unit
val context : string -> (unit -> unit) -> unit
val root_context : string -> (unit -> unit) -> unit
OCaml

Innovation. Community. Security.