We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a17b2f commit f152cc5Copy full SHA for f152cc5
src/Data/String.purs
@@ -182,6 +182,7 @@ dropWhile p s = drop (count p s) s
182
-- | slice 0 1 "purescript" == "p"
183
-- | slice 3 6 "purescript" == "ecr"
184
-- | slice -4 -1 "purescript" == "rip"
185
+-- | ```
186
foreign import slice :: Int -> Int -> String -> String
187
188
-- | If the string starts with the given prefix, return the portion of the
0 commit comments