Skip to content

Commit cc299fa

Browse files
safareliLiamGoodacre
authored andcommitted
fix fundep in If
1 parent d2c4a22 commit cc299fa

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
@@ -74,7 +74,7 @@ class If (bool :: Boolean)
7474
(onTrue :: Type)
7575
(onFalse :: Type)
7676
(output :: Type) |
77-
bool -> onTrue onFalse output
77+
bool onTrue onFalse -> output
7878
instance ifTrue :: If True onTrue onFalse onTrue
7979
instance ifFalse :: If False onTrue onFalse onFalse
8080

0 commit comments

Comments
 (0)