optionΒΆ

Guppy standard library for option type and its operations

Classes

Option()

Represents an optional value.

Functions

nothing()

Constructs a nothing optional value.

some(value)

Constructs a some optional value.