hw-bits-0.2.0.1: Conduits for tokenizing streams.

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.Log2

Documentation

class Log2 a where Source #

Minimal complete definition

log2

Methods

log2 :: a -> Int Source #

Instances