sandbox/lpn/ch02/proof22.pl

10 lines
59 B
Perl
Raw Permalink Normal View History

2018-01-16 17:46:44 +00:00
f(a).
f(b).
g(a).
g(b).
h(b).
k(X) :- f(X), g(X), h(X).