Skip to content

Fix hidden constructors warnings #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix HiddenConstructors warnings
  • Loading branch information
kl0tl committed Nov 19, 2020
commit 6e796cda09b1c7be1999ffde7a8d1aa3c4cb5b1e
2 changes: 0 additions & 2 deletions src/Data/TacitString.purs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ module Data.TacitString
) where

import Prelude
import Data.Newtype (class Newtype)

newtype TacitString = TacitString String

derive instance newtypeTacitString :: Newtype TacitString _
derive instance eqTacitString :: Eq TacitString
derive instance ordTacitString :: Ord TacitString

Expand Down