Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 215 Bytes

File metadata and controls

15 lines (9 loc) · 215 Bytes
type Bool is U8;

true : Bool

false : Bool

&& : (Bool, Bool) -> Bool

|| : (Bool, Bool) -> Bool

not : Bool -> Bool