Skip to content

Commit 1e4047b

Browse files
committed
Polykinded Type.Data.Boolean.If
1 parent 4c9182d commit 1e4047b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Type/RowList.purs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ instance rowListRemoveCons
4040
:: ( RowListRemove label tail tailOutput
4141
, Symbol.Equals label key eq
4242
, Boolean.If eq
43-
(RLProxy tailOutput)
44-
(RLProxy (Cons key head tailOutput))
45-
(RLProxy output)
43+
tailOutput
44+
(Cons key head tailOutput)
45+
output
4646
)
4747
=> RowListRemove label (Cons key head tail) output
4848

0 commit comments

Comments
 (0)