Merge ssh://192.168.66.221/~vitor/Yap/yap-6.3

This commit is contained in:
Vitor Santos Costa
2016-11-02 00:16:36 -05:00
89 changed files with 25149 additions and 1730 deletions

4
regression/metaconj.yap Normal file
View File

@@ -0,0 +1,4 @@
a(X) :- X.
b(X) :- X, writeln(X).
c(X) :- X, X.