Header menu logo FCQRS

Free<'Instruction, 'Result> Type

Union cases

Union case Description

Impure('Instruction, obj -> Free<'Instruction, 'Result>)

Full Usage: Impure('Instruction, obj -> Free<'Instruction, 'Result>)

Parameters:
    Item1 : 'Instruction
    Item2 : obj -> Free<'Instruction, 'Result>

Item1 : 'Instruction
Item2 : obj -> Free<'Instruction, 'Result>

Pure 'Result

Full Usage: Pure 'Result

Parameters:
    Item : 'Result

Item : 'Result

Instance members

Instance member Description

this.IsImpure

Full Usage: this.IsImpure

Returns: bool
Returns: bool

this.IsPure

Full Usage: this.IsPure

Returns: bool
Returns: bool

Type something to start searching.