
gvterm.pl -- View complex terms using GraphvizThis library translates complex Prolog terms into Graphviz (dot) output for graphical rendering.
term_to_dot(+Term) is det[private]
term_to_dot(+Out:stream, Term) is det[private]
struct0(+Term)//[private]
struct(+Term, Link, Links, RestLinks)//[private]
cstring(+Codes)//[private]dot appears to be using UTF-8
encoding. Would there be a safer way to transport non-ascii
characters, such as \uXXXX?The following predicates are exported, but not or incorrectly documented.
term_rendering(Arg1, Arg2, Arg3, Arg4, Arg5)