Files
scryer-prolog/src
Markus Triska 8dc80b815f use round brackets for goals involving operators
Examples:

    ?- portray_clause(((+) :- a=b,(-))).
    (+) :-
       a=b,
       (-).
       true.

    ?- portray_clause((a :- (b :- c))).
    a :-
       (b:-c).
       true.

This addresses #2715.

Currently, more round brackets than needed are emitted. Ideally, a
better approach to solve the issue here and also in toplevel.pl is
found in the future.
2024-12-17 22:51:47 +01:00
..
2024-09-03 01:02:01 -03:00
2024-09-06 21:34:49 -03:00
2024-09-06 18:42:31 -03:00
2024-09-06 18:42:31 -03:00
2024-09-06 21:34:49 -03:00
2024-09-06 18:42:31 -03:00
2024-07-06 13:04:55 +02:00
2024-09-06 18:42:31 -03:00
2024-07-23 00:01:58 +02:00
2024-08-04 01:57:25 +02:00
2023-11-04 02:16:54 -05:00
2024-12-08 20:18:06 -03:00
2024-09-06 17:17:04 -03:00
2023-12-30 17:39:20 -03:00
2023-11-04 02:16:54 -05:00
2024-12-05 09:38:38 -05:00
2024-07-07 17:12:52 +02:00
2023-11-04 02:16:54 -05:00