From 1a3f3247ce050b1fb66a88bcd4d77ea74cacf507 Mon Sep 17 00:00:00 2001 From: Koz Ross Date: Thu, 21 Jan 2021 09:16:28 +1300 Subject: Add headers for Data.Bits documentation --- libraries/base/Data/Bits.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/base/Data/Bits.hs b/libraries/base/Data/Bits.hs index e0880f3baf..67772df563 100644 --- a/libraries/base/Data/Bits.hs +++ b/libraries/base/Data/Bits.hs @@ -22,6 +22,7 @@ ----------------------------------------------------------------------------- module Data.Bits ( + -- * Type classes Bits( (.&.), (.|.), xor, complement, @@ -46,13 +47,13 @@ module Data.Bits ( countLeadingZeros, countTrailingZeros ), - + -- * Extra functions bitDefault, testBitDefault, popCountDefault, toIntegralSized, oneBits, - + -- * Newtypes And(..), Ior(..), Xor(..), Iff(..) ) where -- cgit v1.2.1