zm-0.3.2: Language independent, reproducible, absolute types

Safe HaskellSafe
LanguageHaskell2010

ZM.Type.Unit

Synopsis

Documentation

data Unit #

The Unit type

Constructors

Unit 

Instances

Eq Unit # 

Methods

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

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

Ord Unit # 

Methods

compare :: Unit -> Unit -> Ordering #

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

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

(>) :: Unit -> Unit -> Bool #

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

max :: Unit -> Unit -> Unit #

min :: Unit -> Unit -> Unit #

Show Unit # 

Methods

showsPrec :: Int -> Unit -> ShowS #

show :: Unit -> String #

showList :: [Unit] -> ShowS #

Generic Unit # 

Associated Types

type Rep Unit :: * -> * #

Methods

from :: Unit -> Rep Unit x #

to :: Rep Unit x -> Unit #

Model Unit # 
type Rep Unit # 
type Rep Unit = D1 * (MetaData "Unit" "ZM.Type.Unit" "zm-0.3.2-DK0oVBXPwQ17PBDoUmA50P" False) (C1 * (MetaCons "Unit" PrefixI False) (U1 *))