Files
scryer-prolog/src/lib
Markus Triska d92951ba5b ENHANCED: more readable indentation of nested disjunctions
Example:

    ?- portray_clause((h :- a ; b ; c)).
    h :-
       (  a
       ;  b
       ;  c
       ).
       true.
2021-03-04 21:40:24 +01:00
..
2021-02-21 21:08:03 +01:00
2021-02-18 20:19:23 +01:00
2021-02-22 22:39:34 -07:00
2021-02-18 22:16:24 +01:00