This commit is contained in:
Simon Forman
2019-05-06 12:47:30 -07:00
parent 0da935ed94
commit 67f042cc57
+2
View File
@@ -1,5 +1,7 @@
% A Tracing Meta-Interpreter for Thun
% See https://www.metalevel.at/acomip/
tmi(true).
tmi(!).
tmi((A, B)) :- tmi(A), tmi(B).