-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Alternative Bool type stored as byte -- -- The standard Bool type has a Storable instance that -- requires the size of HTYPE_INT, i.e. usually four bytes or -- even more. This package provides Bool8, a boolean type with an -- 8 bit representation in memory. It is not a drop-in replacement for -- Bool though. You have to convert from or to Bool -- occasionally. @package bool8 @version 0.0 module Data.Bool8 data Bool8 false :: Bool8 true :: Bool8 toBool :: Bool8 -> Bool fromBool :: Bool -> Bool8 instance GHC.Classes.Ord Data.Bool8.Bool8 instance GHC.Classes.Eq Data.Bool8.Bool8 instance GHC.Show.Show Data.Bool8.Bool8 instance GHC.Enum.Bounded Data.Bool8.Bool8 instance Foreign.Storable.Storable Data.Bool8.Bool8 instance GHC.Enum.Enum Data.Bool8.Bool8