[commit: packages/integer-gmp] master: Comments only (cfcd248)
git at git.haskell.org
git at git.haskell.org
Mon Aug 19 16:46:48 CEST 2013
Repository : ssh://git@git.haskell.org/integer-gmp
On branch : master
Link : http://git.haskell.org/?p=packages/integer-gmp.git;a=commit;h=cfcd248c0921aafe599c8547022686c5289bf743
>---------------------------------------------------------------
commit cfcd248c0921aafe599c8547022686c5289bf743
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date: Mon Aug 19 15:46:22 2013 +0100
Comments only
Link to documentation of library on the wiki
>---------------------------------------------------------------
cfcd248c0921aafe599c8547022686c5289bf743
GHC/Integer/Type.lhs | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/GHC/Integer/Type.lhs b/GHC/Integer/Type.lhs
index 46d3c63..bf76aea 100644
--- a/GHC/Integer/Type.lhs
+++ b/GHC/Integer/Type.lhs
@@ -2,6 +2,12 @@
{-# LANGUAGE BangPatterns, CPP, MagicHash, NoImplicitPrelude #-}
{-# OPTIONS_HADDOCK hide #-}
+-- 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.
+
#include "MachDeps.h"
#if SIZEOF_HSWORD == 4
#define INT_MINBOUND (-2147483648#)
More information about the ghc-commits
mailing list