Module Lin_effectSource

Functor to build an internal module representing Stdlib.Effect-based tests

Sourceval fork : (unit -> unit) -> unit

Helper function to fork a process in the underlying Stdlib.Effect-based scheduler

Sourceval yield : unit -> unit

Helper function to yield control in the underlying Stdlib.Effect-based scheduler

Sourcemodule Make (Spec : Lin.Spec) : sig ... end

Functor to build a module for Effect-based testing