Open natefaubion opened 1 year ago
Currently, boolConj, boolDisj, and boolNot are foreign, but could these be implemented in PureScript with pattern matching?
boolConj
boolDisj
boolNot
Huh, I wonder why they were done that way. I don't see why they couldn't be pattern matches instead.
Currently,
boolConj
,boolDisj
, andboolNot
are foreign, but could these be implemented in PureScript with pattern matching?