codegen improvements
This commit is contained in:
@@ -46,5 +46,12 @@ not = \ v => case v of
|
||||
True => False
|
||||
False => True
|
||||
|
||||
|
||||
not2 : Bool -> Bool
|
||||
not2 = \ v => case v of
|
||||
True => False
|
||||
x => True
|
||||
|
||||
|
||||
data Void : U where
|
||||
|
||||
|
||||
Reference in New Issue
Block a user