File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import Data.Array as Array
3131import Data.Char as Char
3232import Data.List (List (Cons, Nil), fromFoldable )
3333import Data.Maybe (Maybe (Just, Nothing))
34- import Data.Newtype (class Newtype )
3534import Data.String as String
3635import Data.String.Unsafe as Unsafe
3736-- WARN: This list must be updated to re-export any exports added to Data.String. That makes me sad.
@@ -46,7 +45,6 @@ newtype CodePoint = CodePoint Int
4645
4746derive instance eqCodePoint :: Eq CodePoint
4847derive instance ordCodePoint :: Ord CodePoint
49- derive instance newtypeCodePoint :: Newtype CodePoint _
5048
5149-- I would prefer that this smart constructor not need to exist and instead
5250-- CodePoint just implements Enum, but the Enum module already depends on this
You can’t perform that action at this time.
0 commit comments