summaryrefslogtreecommitdiff
path: root/libraries/integer-simple/GHC/Integer/Simple/Internals.hs
blob: 64d0d6fd7941d3dd88397b9ee07e5a079888056c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

{-# LANGUAGE NoImplicitPrelude #-}

-----------------------------------------------------------------------------
-- |
-- Module      :  GHC.Integer.Simple.Internals
-- Copyright   :  (c) Ian Lynagh 2007-2008
-- License     :  BSD3
--
-- Maintainer  :  igloo@earth.li
-- Stability   :  internal
-- Portability :  non-portable (GHC Extensions)
--
-- An simple definition of the 'Integer' type.
--
-----------------------------------------------------------------------------

module GHC.Integer.Simple.Internals (
    module GHC.Integer.Type
 ) where

import GHC.Integer.Type