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