Toggle Sidebar
Toggle Theme
ExList
v0.1.2
Pages
Modules
ExList v0.1.2
ExList.Monads.Decision
View Source
Link to this section
Summary
Types
t(acc)
Functions
cont(something)
halt(something)
Link to this section
Types
Link to this type
t(acc)
View Source
t(acc) :: {:cont, acc} | {:halt, acc}
Link to this section
Functions
Link to this macro
cont(something)
View Source
(macro)
Link to this macro
halt(something)
View Source
(macro)