stdlib - 0.0.1

Juvix.Builtin.V1.Maybe

Definitions

type Maybe ASource#

Represents an optional value that may or may not be present. Provides a way to handle null or missing values in a type-safe manner.

Constructors

| nothing
| just A