Orsak


WrapTwice Module

Type extensions

Type extension Description

Effect.Create(f)

Full Usage: Effect.Create(f)

Parameters:
    f : 'a -> 'b

Returns: Effect<'a, 'b, 'e>

Creates an effect from a function.

Extended Type: Effect

f : 'a -> 'b
Returns: Effect<'a, 'b, 'e>