LanguageExt.Sys

LanguageExt.Sys Test

Contents

Sub modules

Implementations

record Runtime (RuntimeEnv Env) Source #

Test IO runtime

Methods

method Runtime New () Source #

Constructor function

method Runtime New (RuntimeEnv env) Source #

Constructor function

Parameters

param env

Data environment for the runtime. Call RuntimeEnv.Default with { ... } to modify

method string ToString () Source #

method void Dispose () Source #

record RuntimeEnv ( EnvIO EnvIO, Encoding Encoding, MemoryConsole Console, string RootPath, Implementations.TestTimeSpec TimeSpec, MemorySystemEnvironment SysEnv, ActivityEnv Activity) Source #

Properties

property RuntimeEnv LocalCancel Source #

Methods

method RuntimeEnv New (string rootPath) Source #

method string ToString () Source #