ok_computer v0.1.0 Maybe View Source
Link to this section Summary
Link to this section Types
Link to this type
just()
View Source
just()
View Source
just() :: {:just, any()}
just() :: {:just, any()}
Link to this type
maybe() View Source
Link to this type
nothing()
View Source
nothing()
View Source
nothing() :: :nothing
nothing() :: :nothing
Link to this section Functions
Link to this function
bind(arg1, f) View Source
Callback implementation for Monad.bind/2.
Link to this function
just(a) View Source
Link to this function
nothing()
View Source
nothing()
View Source
nothing() :: nothing()
nothing() :: nothing()
Link to this function
return(a) View Source
Callback implementation for Monad.return/1.