Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Quiet.Internal
Documentation
Minimal complete definition
Instances
QShow (U1 :: Type -> Type) Source # | |
Defined in Quiet.Internal | |
Show c => QShow (K1 i c :: Type -> Type) Source # | |
Defined in Quiet.Internal | |
(QShow a, QShow b) => QShow (a :+: b) Source # | |
Defined in Quiet.Internal | |
(QShow a, QShow b) => QShow (a :*: b) Source # | |
Defined in Quiet.Internal | |
QShow a => QShow (M1 D d a) Source # | |
Defined in Quiet.Internal | |
(QShow a, Constructor c) => QShow (M1 C c a) Source # | |
Defined in Quiet.Internal | |
QShow a => QShow (M1 S s a) Source # | |
Defined in Quiet.Internal |
Minimal complete definition
Instances
QRead (U1 :: Type -> Type) Source # | |
Defined in Quiet.Internal | |
Read c => QRead (K1 i c :: Type -> Type) Source # | |
Defined in Quiet.Internal | |
(QRead a, QRead b) => QRead (a :+: b) Source # | |
Defined in Quiet.Internal | |
(QRead a, QRead b) => QRead (a :*: b) Source # | |
Defined in Quiet.Internal | |
QRead a => QRead (M1 D d a) Source # | |
Defined in Quiet.Internal | |
(QRead a, Constructor c) => QRead (M1 C c a) Source # | |
Defined in Quiet.Internal | |
QRead a => QRead (M1 S s a) Source # | |
Defined in Quiet.Internal |
expectInfix :: String -> ReadPrec () Source #