package speed
-
speed
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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
type Stdlib.Effect.t +=
| Op : (Speed_dsl_list.Sync.t -> Speed_dsl_list.Sync.t) -> unit Stdlib.Effect.t
val run : (unit -> unit) -> Speed_dsl_list.Sync.t -> Speed_dsl_list.Sync.t
val parse : (unit -> unit) -> Speed_dsl_list.Sync.t
val test : ?focus:bool -> string -> unit Domain.Sync.test_function -> unit
val it : ?focus:bool -> string -> unit Domain.Sync.test_function -> unit