FSharpPlus


NonEmptyListBuilderExtensions Module

Type extensions

Type extension Description

this.Combine

Full Usage: this.Combine

Parameters:
    a : 'T
    b : 'T

Returns: NonEmptyList<'T>

Extended Type: NelBuilder

a : 'T
b : 'T
Returns: NonEmptyList<'T>

this.Run

Full Usage: this.Run

Parameters:
    x : 'a

Returns: NonEmptyList<'a>

Extended Type: NelBuilder

x : 'a
Returns: NonEmptyList<'a>