Skip to content

Commit eb51bd6

Browse files
committed
Remove unused import
The PureScript compiler warns about unused imports as of 0.7.6.
1 parent aa15ef8 commit eb51bd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Data/String/Unsafe.purs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ module Data.String.Unsafe
55
, charCodeAt
66
) where
77

8-
import Data.Char
9-
108
-- | Returns the numeric Unicode value of the character at the given index.
119
-- |
1210
-- | **Unsafe:** throws runtime exception if the index is out of bounds.

0 commit comments

Comments
 (0)