- term(@Term, +Options)// is det
- Render a Prolog term as a structured HTML tree. Options are
passed to write_term/3. In addition, the following options are
processed:
- format(+Format)
- Used for atomic values. Typically this is used to
render a single value.
- emit(:Closure)
- Call
call(Closure, HTML)
// rather than html//1 to emit the
result.
- To be done
- - Cyclic terms.
- - Attributed terms.
- - Portray
- - Test with Ulrich's write test set.
- - Deal with numbervars and canonical.