package speed

  1. Overview
  2. Docs

Module Speed_dsl_effect_simpleSource

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