This website requires JavaScript.
Explore
Help
Sign In
kyle
/
sandbox
Watch
1
Star
0
Fork
You've already forked sandbox
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
695b45d9c0
sandbox
/
lpn
/
ch02
/
proof22.pl
10 lines
59 B
Prolog
Raw
Blame
History
f
(
a
)
.
f
(
b
)
.
g
(
a
)
.
g
(
b
)
.
h
(
b
)
.
k
(
X
)
:-
f
(
X
)
,
g
(
X
)
,
h
(
X
)
.
Reference in New Issue
View Git Blame
Copy Permalink