add alias
This commit is contained in:
parent
f87952261a
commit
28bc4568f7
@ -1,6 +1,12 @@
|
|||||||
|
{-# LANGUAGE UnicodeSyntax #-}
|
||||||
|
|
||||||
-- | An arbitrary-precision integers datatype
|
-- | An arbitrary-precision integers datatype
|
||||||
module Data.Integer
|
module Data.Integer
|
||||||
( module GHC.Integer
|
( module GHC.Integer
|
||||||
|
, ℤ
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import GHC.Integer
|
import GHC.Integer
|
||||||
|
|
||||||
|
-- * Aliases
|
||||||
|
type ℤ = Integer
|
||||||
|
Loading…
Reference in New Issue
Block a user