Stdlib.Data.Maybe.Base
Contents
Definitions
import Juvix.Builtin.V1.Maybe open public
fromMaybe {A} (defaultValue : A) (maybeValue : Maybe A) : ASource#
Extracts the value from a Maybe if present, else returns the given value.
Stdlib.Data.Maybe.Base
Contents
import Juvix.Builtin.V1.Maybe open public
fromMaybe {A} (defaultValue : A) (maybeValue : Maybe A) : ASource#
Extracts the value from a Maybe if present, else returns the given value.