File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ instance listToRowCons
26
26
, Row.Cons label ty tailRow row )
27
27
=> ListToRow (Cons label ty tail ) row
28
28
29
- -- | Remove all occurences of a given label from a RowList
29
+ -- | Remove all occurrences of a given label from a RowList
30
30
class RowListRemove :: forall k . Symbol -> RowList k -> RowList k -> Constraint
31
31
class RowListRemove label input output | label input -> output
32
32
@@ -43,7 +43,7 @@ instance rowListRemoveCons
43
43
)
44
44
=> RowListRemove label (Cons key head tail ) output
45
45
46
- -- | Add a label to a RowList after removing other occurences .
46
+ -- | Add a label to a RowList after removing other occurrences .
47
47
class RowListSet :: forall k . Symbol -> k -> RowList k -> RowList k -> Constraint
48
48
class RowListSet label typ input output | label typ input -> output
49
49
You can’t perform that action at this time.
0 commit comments