WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6e67dd1

Browse files
committed
Merge pull request #47 from tfausak/patch-1
Remove unused import
2 parents aa15ef8 + eb51bd6 commit 6e67dd1

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)