
prolog.pl -- SWISH table renderer
Render table-like data.
term_rendering(+Term, +Vars, +Options)//- Renders Term as a table. This renderer recognises several
representations of table-like data:
- A list of terms of equal arity
- A list of lists of equal length
- To be done
- - : recognise more formats
- is_list_of_terms(@Term, -Rows, -Cols) is semidet[private]
- Recognises a list of terms with the same functor and non-zero
ariry.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
clauses(Arg1, Arg2, Arg3)