1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

📝 String.

This commit is contained in:
Rob Rix 2017-12-21 09:43:09 -05:00
parent 33ea369892
commit 656bab23dc

View File

@ -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)