misc cleanup

This commit is contained in:
2025-04-22 20:30:29 -07:00
parent 8faecfdf9b
commit cae4368cd9
14 changed files with 19 additions and 116 deletions

View File

@@ -60,8 +60,6 @@ and = \ x y => case x of
True => y
False => False
-- FIXME - a case is evaluated here, and I don't know why.
nand : Bool -> Bool -> Bool
nand = \ x y => not (case x of
True => y