ok_computer v0.1.0 Maybe View Source

Link to this section Summary

Functions

Callback implementation for Monad.bind/2

Callback implementation for Monad.return/1

Link to this section Types

Link to this type

just() View Source
just() :: {:just, any()}

Link to this type

nothing() View Source
nothing() :: :nothing

Link to this section Functions

Link to this function

bind(arg1, f) View Source
bind(maybe(), (any() -> maybe())) :: maybe()

Callback implementation for Monad.bind/2.

Callback implementation for Monad.return/1.