projekty
/
fp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
alpha equivalence
[fp.git]
/
Logic.lc
diff --git
a/Logic.lc
b/Logic.lc
index
27b52fc
..
7ed9ed5
100644
(file)
--- a/
Logic.lc
+++ b/
Logic.lc
@@
-1,5
+1,5
@@
-True=\x
.\
y.x
-False=\x
.\
y.y
-And=\a
.\b.((a b) False)
+True=\x
y.x
+False=\x
y.y
+And=\a
b.a b False
If=\x.x
-PrintBool=\x.
(((If x) TRUE) FALSE)
+PrintBool=\x.
If x TRUE FALSE