File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ instance listToRowCons
2626 , Row.Cons label ty tailRow row )
2727 => ListToRow (Cons label ty tail ) row
2828
29- -- | Remove all occurences of a given label from a RowList
29+ -- | Remove all occurrences of a given label from a RowList
3030class RowListRemove :: forall k . Symbol -> RowList k -> RowList k -> Constraint
3131class RowListRemove label input output | label input -> output
3232
@@ -43,7 +43,7 @@ instance rowListRemoveCons
4343 )
4444 => RowListRemove label (Cons key head tail ) output
4545
46- -- | Add a label to a RowList after removing other occurences .
46+ -- | Add a label to a RowList after removing other occurrences .
4747class RowListSet :: forall k . Symbol -> k -> RowList k -> RowList k -> Constraint
4848class RowListSet label typ input output | label typ input -> output
4949
You can’t perform that action at this time.
0 commit comments