Skip to content

Commit 5dd6943

Browse files
author
Nicholas Scheel
authored
Add missing And constraint
1 parent c285815 commit 5dd6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Data/Boolean.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class And (lhs :: Boolean)
4545
instance andTrue :: And True rhs rhs
4646
instance andFalse :: And False rhs False
4747

48-
and :: forall l r o. BProxy l -> BProxy r -> BProxy o
48+
and :: forall l r o. And l r o => BProxy l -> BProxy r -> BProxy o
4949
and _ _ = BProxy
5050

5151
-- | Or two `Boolean` types together

0 commit comments

Comments
 (0)