mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 String.
This commit is contained in:
parent
33ea369892
commit
656bab23dc
@ -61,6 +61,7 @@ instance Eq1 Integer where liftEq = genericLiftEq
|
||||
instance Ord1 Integer where liftCompare = genericLiftCompare
|
||||
instance Show1 Integer where liftShowsPrec = genericLiftShowsPrec
|
||||
|
||||
-- | String values.
|
||||
newtype String term = String ByteString
|
||||
deriving (Eq, Generic1, Ord, Show)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user