diff options
Diffstat (limited to 'libraries/base/Data/Int.hs')
-rw-r--r-- | libraries/base/Data/Int.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Data/Int.hs b/libraries/base/Data/Int.hs index 1ff37bd51c..084bb0ef05 100644 --- a/libraries/base/Data/Int.hs +++ b/libraries/base/Data/Int.hs @@ -65,3 +65,4 @@ import NHC.SizedTypes (Int8, Int16, Int32, Int64) -- instances of Bits count to the width of the type, for example @1 \<\< 32 == 1@ in some C implementations. -} + |