diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-19 15:47:09 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-19 15:47:09 +0100 |
commit | 41c3ed26f7adda43430ca95fce929ef279b9e9ec (patch) | |
tree | 1140b3de3d8a2aa52fac7f24a79fb668fbad8032 /libraries/integer-simple | |
parent | 5564980be4f03eac453140d9a361c245f55b3fc2 (diff) | |
download | haskell-41c3ed26f7adda43430ca95fce929ef279b9e9ec.tar.gz |
Comments only
Link to documentation of library in the wiki
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r-- | libraries/integer-simple/GHC/Integer/Type.hs | 5 |
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. ----------------------------------------------------------------------------- -- | |