X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/494e6afee1f1c583a880fca4e1f234de6823271a..7be2a6546f666dbbc5e3fe756766ee17e3c3d46a:/Logic.lc?ds=sidebyside diff --git a/Logic.lc b/Logic.lc index 8193a34..7ed9ed5 100644 --- a/Logic.lc +++ b/Logic.lc @@ -1,5 +1,5 @@ True=\x y.x False=\x y.y -And=\a b.((a b) False) +And=\a b.a b False If=\x.x -PrintBool=\x.(((If x) TRUE) FALSE) +PrintBool=\x.If x TRUE FALSE