Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Instances
Show True Source # | |
C True Source # | |
type Not True Source # | |
Defined in Type.Data.Bool | |
type True :||: _x Source # | |
Defined in Type.Data.Bool | |
type True :&&: x Source # | |
Defined in Type.Data.Bool | |
type Compare False True Source # | |
Defined in Type.Data.Ord | |
type Compare True False Source # | |
Defined in Type.Data.Ord | |
type Compare True True Source # | |
Defined in Type.Data.Ord | |
type If True y _z Source # | |
Defined in Type.Data.Bool |
Instances
Show False Source # | |
C False Source # | |
type Not False Source # | |
Defined in Type.Data.Bool | |
type False :||: x Source # | |
Defined in Type.Data.Bool | |
type False :&&: _x Source # | |
Defined in Type.Data.Bool | |
type Compare False False Source # | |
Defined in Type.Data.Ord | |
type Compare False True Source # | |
Defined in Type.Data.Ord | |
type Compare True False Source # | |
Defined in Type.Data.Ord | |
type If False _y z Source # | |
Defined in Type.Data.Bool |