Package index
-
Err()
- Create an
Err
instance
-
Just()
- Create a
Just
instance
-
List
- List Monad
-
Logger
- Logger Monad
-
Maybe
- Maybe Monad
-
Nothing()
- Create an
Nothing
instance
-
Ok()
- Create an
Ok
instance
-
Result
- Result Monad
-
Timer
- Timer Monad
-
add_n()
- Add
n
to a Number
-
`%>>=%`
- flatMap
-
is_err()
- Test for
Err
-
is_just()
- Test for
Just
-
is_nothing()
- Test for
Nothing
-
is_ok()
- Test for
Ok
-
listM()
- Create a new
List
instance
-
loggerM()
- Create a new
Logger
instance
-
logger_log()
- Extact the log
-
maybeM()
- Create a new
Maybe
instance
-
rerun()
- (Re)-evaluate the logged commands as a regular pipeline
-
resultM()
- Create a new
Result
instance
-
ret_err()
- Raise an Error but Return a Value
-
ret_null()
- Return
NULL
-
sleep_for()
- Sleep but Return a Value
-
square()
- Square a Number
-
timerM()
- Create a new
Timer
instance
-
times()
- Extract the times
-
timestwo()
- Double a Number
-
value()
- Extract the value from a monad instance