1:- module(bfly_term_html,
    2          [ bfly_term//2                             % +Term, +Options
    3          ]).

Represent Prolog terms as HTML

This file is primarily designed to support running Prolog applications over the web. It provides a replacement for write_term/2 which renders terms as structured HTML. */

   12:- reexport(pretty_clauses).