]> Repositorios git - scryer-prolog.git/commit
ENHANCED: more readable indentation of nested disjunctions
authorMarkus Triska <[email protected]>
Thu, 4 Mar 2021 20:38:39 +0000 (21:38 +0100)
committerMarkus Triska <[email protected]>
Thu, 4 Mar 2021 20:40:24 +0000 (21:40 +0100)
commitd92951ba5b8b5802ff049a0c8c76b351274254c0
tree0dbe060a3073c67d882b13923c57cb8e8fcb1116
parentc5749cbbb1728553480a989a266de90a854e381f
ENHANCED: more readable indentation of nested disjunctions

Example:

    ?- portray_clause((h :- a ; b ; c)).
    h :-
       (  a
       ;  b
       ;  c
       ).
       true.
src/lib/format.pl