RosettaCodeData/Task/Catamorphism/Prolog/catamorphism-2.pro
2023-07-01 13:44:08 -04:00

6 lines
206 B
INI

% List to be folded:
%
% +---+---+---+---[] <-- list backbone/spine, composed of nodes, terminating in the empty list
% | | | |
% a b c d <-- list items/entries/elements/members
%