summaryrefslogtreecommitdiff
path: root/libraries/integer-simple/GHC
diff options
context:
space:
mode:
authorJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-19 15:47:09 +0100
committerJan Stolarek <jan.stolarek@p.lodz.pl>2013-08-19 15:47:09 +0100
commit41c3ed26f7adda43430ca95fce929ef279b9e9ec (patch)
tree1140b3de3d8a2aa52fac7f24a79fb668fbad8032 /libraries/integer-simple/GHC
parent5564980be4f03eac453140d9a361c245f55b3fc2 (diff)
downloadhaskell-41c3ed26f7adda43430ca95fce929ef279b9e9ec.tar.gz
Comments only
Link to documentation of library in the wiki
Diffstat (limited to 'libraries/integer-simple/GHC')
-rw-r--r--libraries/integer-simple/GHC/Integer/Type.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/integer-simple/GHC/Integer/Type.hs b/libraries/integer-simple/GHC/Integer/Type.hs
index 703301c181..88b1c4c450 100644
--- a/libraries/integer-simple/GHC/Integer/Type.hs
+++ b/libraries/integer-simple/GHC/Integer/Type.hs
@@ -3,6 +3,11 @@
NoImplicitPrelude, BangPatterns, UnboxedTuples,
UnliftedFFITypes #-}
+-- Commentary of Integer library is located on the wiki:
+-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/Integer
+--
+-- It gives an in-depth description of implementation details and
+-- decisions.
-----------------------------------------------------------------------------
-- |