File: test25.elpi

package info (click to toggle)
elpi 2.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,296 kB
  • sloc: ml: 18,791; makefile: 229; python: 95; sh: 7
file content (8 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
:functional pred f o:int.
:functional pred r o:(pred o:int).

% similar to test22, but the output of r is non-functional
% therefore it cannot be called on variable used in the output of f
f R :- r X, X R.

main.