File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -892,7 +892,7 @@ createT p = G.createT p
892
892
-- ------------------------
893
893
894
894
-- | /O(n)/ Yield the argument, but force it not to retain any extra memory,
895
- -- possibly by copying it.
895
+ -- by copying it.
896
896
--
897
897
-- This is especially useful when dealing with slices. For example:
898
898
--
Original file line number Diff line number Diff line change @@ -805,7 +805,7 @@ createT p = runST (p >>= T.mapM unsafeFreeze)
805
805
-- ------------------------
806
806
807
807
-- | /O(n)/ Yield the argument, but force it not to retain any extra memory,
808
- -- possibly by copying it.
808
+ -- by copying it.
809
809
--
810
810
-- This is especially useful when dealing with slices. For example:
811
811
--
Original file line number Diff line number Diff line change @@ -731,7 +731,7 @@ createT p = G.createT p
731
731
-- ------------------------
732
732
733
733
-- | /O(n)/ Yield the argument, but force it not to retain any extra memory,
734
- -- possibly by copying it.
734
+ -- by copying it.
735
735
--
736
736
-- This is especially useful when dealing with slices. For example:
737
737
--
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ createT p = G.createT p
742
742
-- ------------------------
743
743
744
744
-- | /O(n)/ Yield the argument, but force it not to retain any extra memory,
745
- -- possibly by copying it.
745
+ -- by copying it.
746
746
--
747
747
-- This is especially useful when dealing with slices. For example:
748
748
--
Original file line number Diff line number Diff line change @@ -930,7 +930,7 @@ createT p = G.createT p
930
930
-- ------------------------
931
931
932
932
-- | /O(n)/ Yield the argument, but force it not to retain any extra memory,
933
- -- possibly by copying it.
933
+ -- by copying it.
934
934
--
935
935
-- This is especially useful when dealing with slices. For example:
936
936
--
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ createT p = G.createT p
716
716
-- ------------------------
717
717
718
718
-- | /O(n)/ Yield the argument, but force it not to retain any extra memory,
719
- -- possibly by copying it.
719
+ -- by copying it.
720
720
--
721
721
-- This is especially useful when dealing with slices. For example:
722
722
--
You can’t perform that action at this time.
0 commit comments