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

📝 Integer.

This commit is contained in:
Rob Rix 2017-12-21 09:42:58 -05:00
parent ca19daf137
commit 33ea369892

View File

@ -53,6 +53,7 @@ instance Eq1 Boolean where liftEq = genericLiftEq
instance Ord1 Boolean where liftCompare = genericLiftCompare
instance Show1 Boolean where liftShowsPrec = genericLiftShowsPrec
-- | Arbitrary-width integral values.
newtype Integer term = Integer Prelude.Integer
deriving (Eq, Generic1, Ord, Show)