Skip to content

Commit cef521a

Browse files
update Data.String import warning comment
1 parent 370af7c commit cef521a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Data/String/CodePoints.purs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ import Data.List (List(Cons, Nil), fromFoldable)
3333
import Data.Maybe (Maybe(Just, Nothing))
3434
import Data.String as String
3535
import Data.String.Unsafe as Unsafe
36-
-- WARN: This list must be updated to re-export any exports added to Data.String. That makes me sad.
36+
-- WARN: In order for this module to be a drop-in replacement for Data.String,
37+
-- this list must be updated to re-export any exports added to Data.String.
3738
import Data.String (Pattern(..), Replacement(..), charAt, charCodeAt, contains, fromCharArray, joinWith, localeCompare, null, replace, replaceAll, split, stripPrefix, stripSuffix, toChar, toCharArray, toLower, toUpper, trim) as StringReExports
3839
import Data.Tuple (Tuple(Tuple))
3940
import Data.Unfoldable (unfoldr)

0 commit comments

Comments
 (0)