zm-0.3.2: Language independent, reproducible, absolute types

Safe HaskellNone
LanguageHaskell2010

ZM.Type.Bits8

Documentation

data Bits8 Source #

Constructors

Bits8 

Fields

Instances

Eq Bits8 Source # 

Methods

(==) :: Bits8 -> Bits8 -> Bool #

(/=) :: Bits8 -> Bits8 -> Bool #

Ord Bits8 Source # 

Methods

compare :: Bits8 -> Bits8 -> Ordering #

(<) :: Bits8 -> Bits8 -> Bool #

(<=) :: Bits8 -> Bits8 -> Bool #

(>) :: Bits8 -> Bits8 -> Bool #

(>=) :: Bits8 -> Bits8 -> Bool #

max :: Bits8 -> Bits8 -> Bits8 #

min :: Bits8 -> Bits8 -> Bits8 #

Show Bits8 Source # 

Methods

showsPrec :: Int -> Bits8 -> ShowS #

show :: Bits8 -> String #

showList :: [Bits8] -> ShowS #

Generic Bits8 Source # 

Associated Types

type Rep Bits8 :: * -> * #

Methods

from :: Bits8 -> Rep Bits8 x #

to :: Rep Bits8 x -> Bits8 #

Flat Bits8 Source # 
Model Bits8 Source # 
type Rep Bits8 Source #