Skip to content

Commit 4ec116b

Browse files
remove unnecessary qualification in import
1 parent 557186c commit 4ec116b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Data/String.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import Prelude
4040

4141
import Data.Maybe (Maybe(..), isJust)
4242
import Data.Newtype (class Newtype)
43-
import Data.String.Unsafe (charAt) as U
43+
import Data.String.Unsafe as U
4444

4545
-- | A newtype used in cases where there is a string to be matched.
4646
newtype Pattern = Pattern String

0 commit comments

Comments
 (0)