| alert/1 | |
| is_status/1 | Is the given value a status type?. |
| list/1 | |
| list/2 | |
| parse/3 | |
| table/1 | A table is constructed from a list of proplists. |
| text/1 | |
| usage/0 | Using the usage construct, a clique run can indicate that clique should display status for the current level. |
alert(List::[status_list() | table() | text()]) -> alert()
is_status(L::any()) -> boolean()
Is the given value a status type?
list(Values::[iolist()]) -> status_list()
list(Title::iolist(), Values::[iolist()]) -> status_list()
parse(T::status(), Fun::function(), Acc0::term()) -> term()
table(Proplists::[[{atom() | string(), term()}]]) -> table()
A table is constructed from a list of proplists. Each proplist represents a row in the table. The keys in the first row represent column headers; each following row (proplist) must contain the same number of tagged tuples but the keys are ignored.
text(IoList::iolist()) -> text()
usage() -> any()
Using the usage construct, a clique run can indicate that clique should display status for the current level.
Generated by EDoc