]> Repositorios git - scryer-prolog.git/commit
portray_clause/1 now correctly tracks variable names (#376)
authorMarkus Triska <[email protected]>
Mon, 20 Apr 2020 20:53:15 +0000 (22:53 +0200)
committerMarkus Triska <[email protected]>
Mon, 20 Apr 2020 20:53:15 +0000 (22:53 +0200)
commit608d66135540cbaaaf6eb1b1a2da0ead2e75112a
tree76cd58610ce11683523decb008eb8b81f9c88f59
parent31c868818b2c9e44e3a1458462a2f3a851376c39
portray_clause/1 now correctly tracks variable names (#376)

Example:

    ?- portray_clause((A :- B)).
    %@ A :-
    %@    B.
    %@    true
    %@ ;  ...

Also, change the indentation from 8 to 3 at the express request of @UWN.
src/prolog/lib/format.pl