Skip to content
Snippets Groups Projects
Commit 1a3f3247 authored by koz_'s avatar koz_ Committed by Marge Bot
Browse files

Add headers for Data.Bits documentation

parent 28ef8a8a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment