add alias

This commit is contained in:
rnhmjoj 2016-11-29 16:18:19 +01:00
parent f87952261a
commit 28bc4568f7
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -1,6 +1,12 @@
{-# LANGUAGE UnicodeSyntax #-}
-- | An arbitrary-precision integers datatype
module Data.Integer
( module GHC.Integer
,
) where
import GHC.Integer
-- * Aliases
type = Integer