Copyright | (c) axionbuster 2025 |
---|---|
License | BSD-3-Clause |
Safe Haskell | None |
Language | GHC2021 |
Defines packet structures for the configuration state of protocol version 769, including client and server capabilities negotiation, resource pack management, and server feature flags.
Documentation
data ResourcePackResponse Source #
Instances
Instances
Data Pong Source # | |
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Pong -> c Pong # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Pong # dataTypeOf :: Pong -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Pong) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Pong) # gmapT :: (forall b. Data b => b -> b) -> Pong -> Pong # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Pong -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Pong -> r # gmapQ :: (forall d. Data d => d -> u) -> Pong -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Pong -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Pong -> m Pong # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Pong -> m Pong # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Pong -> m Pong # | |
Generic Pong Source # | |
Read Pong Source # | |
Show Pong Source # | |
NFData Pong Source # | |
Eq Pong Source # | |
Ord Pong Source # | |
Pack Pong Source # | |
Unpack Pong Source # | |
type Rep Pong Source # | |
data AcknowledgeFinishConfiguration Source #
Instances
Data AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AcknowledgeFinishConfiguration -> c AcknowledgeFinishConfiguration # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AcknowledgeFinishConfiguration # toConstr :: AcknowledgeFinishConfiguration -> Constr # dataTypeOf :: AcknowledgeFinishConfiguration -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AcknowledgeFinishConfiguration) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AcknowledgeFinishConfiguration) # gmapT :: (forall b. Data b => b -> b) -> AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AcknowledgeFinishConfiguration -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AcknowledgeFinishConfiguration -> r # gmapQ :: (forall d. Data d => d -> u) -> AcknowledgeFinishConfiguration -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> AcknowledgeFinishConfiguration -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> AcknowledgeFinishConfiguration -> m AcknowledgeFinishConfiguration # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AcknowledgeFinishConfiguration -> m AcknowledgeFinishConfiguration # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AcknowledgeFinishConfiguration -> m AcknowledgeFinishConfiguration # | |
Generic AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C | |
Read AcknowledgeFinishConfiguration Source # | |
Show AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C | |
NFData AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C rnf :: AcknowledgeFinishConfiguration -> () # | |
Eq AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C | |
Ord AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C compare :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> Ordering # (<) :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> Bool # (<=) :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> Bool # (>) :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> Bool # (>=) :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> Bool # max :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration # min :: AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration -> AcknowledgeFinishConfiguration # | |
Pack AcknowledgeFinishConfiguration Source # | |
Unpack AcknowledgeFinishConfiguration Source # | |
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r AcknowledgeFinishConfiguration Source # | |
type Rep AcknowledgeFinishConfiguration Source # | |
data CookieResponse Source #
Instances
Data CookieResponse Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CookieResponse -> c CookieResponse # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CookieResponse # toConstr :: CookieResponse -> Constr # dataTypeOf :: CookieResponse -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CookieResponse) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CookieResponse) # gmapT :: (forall b. Data b => b -> b) -> CookieResponse -> CookieResponse # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CookieResponse -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CookieResponse -> r # gmapQ :: (forall d. Data d => d -> u) -> CookieResponse -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CookieResponse -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CookieResponse -> m CookieResponse # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CookieResponse -> m CookieResponse # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CookieResponse -> m CookieResponse # | |||||
Generic CookieResponse Source # | |||||
Defined in M.V769.C
from :: CookieResponse -> Rep CookieResponse x # to :: Rep CookieResponse x -> CookieResponse # | |||||
Read CookieResponse Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS CookieResponse # readList :: ReadS [CookieResponse] # | |||||
Show CookieResponse Source # | |||||
Defined in M.V769.C showsPrec :: Int -> CookieResponse -> ShowS # show :: CookieResponse -> String # showList :: [CookieResponse] -> ShowS # | |||||
NFData CookieResponse Source # | |||||
Defined in M.V769.C rnf :: CookieResponse -> () # | |||||
Eq CookieResponse Source # | |||||
Defined in M.V769.C (==) :: CookieResponse -> CookieResponse -> Bool # (/=) :: CookieResponse -> CookieResponse -> Bool # | |||||
Ord CookieResponse Source # | |||||
Defined in M.V769.C compare :: CookieResponse -> CookieResponse -> Ordering # (<) :: CookieResponse -> CookieResponse -> Bool # (<=) :: CookieResponse -> CookieResponse -> Bool # (>) :: CookieResponse -> CookieResponse -> Bool # (>=) :: CookieResponse -> CookieResponse -> Bool # max :: CookieResponse -> CookieResponse -> CookieResponse # min :: CookieResponse -> CookieResponse -> CookieResponse # | |||||
Pack CookieResponse Source # | |||||
Unpack CookieResponse Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r CookieResponse Source # | |||||
type Rep CookieResponse Source # | |||||
Defined in M.V769.C type Rep CookieResponse = D1 ('MetaData "CookieResponse" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "CookieResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data ClientInformationConfiguration__ Source #
Instances
Generic ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C
| |||||
NFData ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C rnf :: ClientInformationConfiguration__ -> () # | |||||
Eq ClientInformationConfiguration__ Source # | |||||
Ord ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C compare :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> Ordering # (<) :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> Bool # (<=) :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> Bool # (>) :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> Bool # (>=) :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> Bool # max :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> ClientInformationConfiguration__ # min :: ClientInformationConfiguration__ -> ClientInformationConfiguration__ -> ClientInformationConfiguration__ # | |||||
Pack ClientInformationConfiguration__ Source # | |||||
Unpack ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r ClientInformationConfiguration__ Source # | |||||
type Rep ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C type Rep ClientInformationConfiguration__ = D1 ('MetaData "ClientInformationConfiguration__" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "ClientInformationConfiguration__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "locale__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "chatmode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (EnumIndex VarInt ChatMode)) :*: S1 ('MetaSel ('Just "chatcolors__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "displayedskinparts__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Bitwise Word8 DisplayedSkinParts)) :*: S1 ('MetaSel ('Just "mainhandright__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "enabletextfiltering__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "allowserverlistings__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "particlestatus__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (EnumIndex VarInt ParticleStatus))))))) |
data ClientInformationConfiguration Source #
Instances
Data ClientInformationConfiguration Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ClientInformationConfiguration -> c ClientInformationConfiguration # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ClientInformationConfiguration # toConstr :: ClientInformationConfiguration -> Constr # dataTypeOf :: ClientInformationConfiguration -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ClientInformationConfiguration) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ClientInformationConfiguration) # gmapT :: (forall b. Data b => b -> b) -> ClientInformationConfiguration -> ClientInformationConfiguration # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ClientInformationConfiguration -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ClientInformationConfiguration -> r # gmapQ :: (forall d. Data d => d -> u) -> ClientInformationConfiguration -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ClientInformationConfiguration -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ClientInformationConfiguration -> m ClientInformationConfiguration # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ClientInformationConfiguration -> m ClientInformationConfiguration # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ClientInformationConfiguration -> m ClientInformationConfiguration # | |||||
Generic ClientInformationConfiguration Source # | |||||
Defined in M.V769.C
| |||||
Read ClientInformationConfiguration Source # | |||||
Show ClientInformationConfiguration Source # | |||||
Defined in M.V769.C | |||||
NFData ClientInformationConfiguration Source # | |||||
Defined in M.V769.C rnf :: ClientInformationConfiguration -> () # | |||||
Eq ClientInformationConfiguration Source # | |||||
Defined in M.V769.C | |||||
Ord ClientInformationConfiguration Source # | |||||
Defined in M.V769.C compare :: ClientInformationConfiguration -> ClientInformationConfiguration -> Ordering # (<) :: ClientInformationConfiguration -> ClientInformationConfiguration -> Bool # (<=) :: ClientInformationConfiguration -> ClientInformationConfiguration -> Bool # (>) :: ClientInformationConfiguration -> ClientInformationConfiguration -> Bool # (>=) :: ClientInformationConfiguration -> ClientInformationConfiguration -> Bool # max :: ClientInformationConfiguration -> ClientInformationConfiguration -> ClientInformationConfiguration # min :: ClientInformationConfiguration -> ClientInformationConfiguration -> ClientInformationConfiguration # | |||||
Pack ClientInformationConfiguration Source # | |||||
Unpack ClientInformationConfiguration Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r ClientInformationConfiguration Source # | |||||
type Rep ClientInformationConfiguration Source # | |||||
Defined in M.V769.C type Rep ClientInformationConfiguration = D1 ('MetaData "ClientInformationConfiguration" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "ClientInformationConfiguration" 'PrefixI 'True) (((S1 ('MetaSel ('Just "locale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "chatmode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChatMode) :*: S1 ('MetaSel ('Just "chatcolors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "displayedskinparts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DisplayedSkinParts) :*: S1 ('MetaSel ('Just "mainhandright") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "enabletextfiltering") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "allowserverlistings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "particlestatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ParticleStatus)))))) |
data ServerLinks__ Source #
ServerLinks__ | |
|
Instances
Generic ServerLinks__ Source # | |||||
Defined in M.V769.C
from :: ServerLinks__ -> Rep ServerLinks__ x # to :: Rep ServerLinks__ x -> ServerLinks__ # | |||||
NFData ServerLinks__ Source # | |||||
Defined in M.V769.C rnf :: ServerLinks__ -> () # | |||||
Eq ServerLinks__ Source # | |||||
Defined in M.V769.C (==) :: ServerLinks__ -> ServerLinks__ -> Bool # (/=) :: ServerLinks__ -> ServerLinks__ -> Bool # | |||||
Ord ServerLinks__ Source # | |||||
Defined in M.V769.C compare :: ServerLinks__ -> ServerLinks__ -> Ordering # (<) :: ServerLinks__ -> ServerLinks__ -> Bool # (<=) :: ServerLinks__ -> ServerLinks__ -> Bool # (>) :: ServerLinks__ -> ServerLinks__ -> Bool # (>=) :: ServerLinks__ -> ServerLinks__ -> Bool # max :: ServerLinks__ -> ServerLinks__ -> ServerLinks__ # min :: ServerLinks__ -> ServerLinks__ -> ServerLinks__ # | |||||
Pack ServerLinks__ Source # | |||||
Unpack ServerLinks__ Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r ServerLinks__ Source # | |||||
type Rep ServerLinks__ Source # | |||||
Defined in M.V769.C type Rep ServerLinks__ = D1 ('MetaData "ServerLinks__" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "ServerLinks__" 'PrefixI 'True) (S1 ('MetaSel ('Just "links__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Identifier)))) |
data ServerLinks Source #
Instances
Data ServerLinks Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ServerLinks -> c ServerLinks # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ServerLinks # toConstr :: ServerLinks -> Constr # dataTypeOf :: ServerLinks -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ServerLinks) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ServerLinks) # gmapT :: (forall b. Data b => b -> b) -> ServerLinks -> ServerLinks # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ServerLinks -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ServerLinks -> r # gmapQ :: (forall d. Data d => d -> u) -> ServerLinks -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ServerLinks -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ServerLinks -> m ServerLinks # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ServerLinks -> m ServerLinks # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ServerLinks -> m ServerLinks # | |||||
Generic ServerLinks Source # | |||||
Defined in M.V769.C
from :: ServerLinks -> Rep ServerLinks x # to :: Rep ServerLinks x -> ServerLinks # | |||||
Read ServerLinks Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS ServerLinks # readList :: ReadS [ServerLinks] # readPrec :: ReadPrec ServerLinks # readListPrec :: ReadPrec [ServerLinks] # | |||||
Show ServerLinks Source # | |||||
Defined in M.V769.C showsPrec :: Int -> ServerLinks -> ShowS # show :: ServerLinks -> String # showList :: [ServerLinks] -> ShowS # | |||||
NFData ServerLinks Source # | |||||
Defined in M.V769.C rnf :: ServerLinks -> () # | |||||
Eq ServerLinks Source # | |||||
Defined in M.V769.C (==) :: ServerLinks -> ServerLinks -> Bool # (/=) :: ServerLinks -> ServerLinks -> Bool # | |||||
Ord ServerLinks Source # | |||||
Defined in M.V769.C compare :: ServerLinks -> ServerLinks -> Ordering # (<) :: ServerLinks -> ServerLinks -> Bool # (<=) :: ServerLinks -> ServerLinks -> Bool # (>) :: ServerLinks -> ServerLinks -> Bool # (>=) :: ServerLinks -> ServerLinks -> Bool # max :: ServerLinks -> ServerLinks -> ServerLinks # min :: ServerLinks -> ServerLinks -> ServerLinks # | |||||
Pack ServerLinks Source # | |||||
Unpack ServerLinks Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r ServerLinks Source # | |||||
type Rep ServerLinks Source # | |||||
Defined in M.V769.C type Rep ServerLinks = D1 ('MetaData "ServerLinks" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "ServerLinks" 'PrefixI 'True) (S1 ('MetaSel ('Just "links") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)))) |
data CustomReportDetails__ Source #
Instances
Generic CustomReportDetails__ Source # | |||||
Defined in M.V769.C
| |||||
NFData CustomReportDetails__ Source # | |||||
Defined in M.V769.C rnf :: CustomReportDetails__ -> () # | |||||
Eq CustomReportDetails__ Source # | |||||
Defined in M.V769.C (==) :: CustomReportDetails__ -> CustomReportDetails__ -> Bool # (/=) :: CustomReportDetails__ -> CustomReportDetails__ -> Bool # | |||||
Ord CustomReportDetails__ Source # | |||||
Defined in M.V769.C compare :: CustomReportDetails__ -> CustomReportDetails__ -> Ordering # (<) :: CustomReportDetails__ -> CustomReportDetails__ -> Bool # (<=) :: CustomReportDetails__ -> CustomReportDetails__ -> Bool # (>) :: CustomReportDetails__ -> CustomReportDetails__ -> Bool # (>=) :: CustomReportDetails__ -> CustomReportDetails__ -> Bool # max :: CustomReportDetails__ -> CustomReportDetails__ -> CustomReportDetails__ # min :: CustomReportDetails__ -> CustomReportDetails__ -> CustomReportDetails__ # | |||||
Pack CustomReportDetails__ Source # | |||||
Unpack CustomReportDetails__ Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r CustomReportDetails__ Source # | |||||
type Rep CustomReportDetails__ Source # | |||||
Defined in M.V769.C type Rep CustomReportDetails__ = D1 ('MetaData "CustomReportDetails__" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "CustomReportDetails__" 'PrefixI 'True) (S1 ('MetaSel ('Just "details__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data CustomReportDetails Source #
Instances
Data CustomReportDetails Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomReportDetails -> c CustomReportDetails # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomReportDetails # toConstr :: CustomReportDetails -> Constr # dataTypeOf :: CustomReportDetails -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomReportDetails) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomReportDetails) # gmapT :: (forall b. Data b => b -> b) -> CustomReportDetails -> CustomReportDetails # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomReportDetails -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomReportDetails -> r # gmapQ :: (forall d. Data d => d -> u) -> CustomReportDetails -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomReportDetails -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomReportDetails -> m CustomReportDetails # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomReportDetails -> m CustomReportDetails # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomReportDetails -> m CustomReportDetails # | |||||
Generic CustomReportDetails Source # | |||||
Defined in M.V769.C
from :: CustomReportDetails -> Rep CustomReportDetails x # to :: Rep CustomReportDetails x -> CustomReportDetails # | |||||
Read CustomReportDetails Source # | |||||
Defined in M.V769.C | |||||
Show CustomReportDetails Source # | |||||
Defined in M.V769.C showsPrec :: Int -> CustomReportDetails -> ShowS # show :: CustomReportDetails -> String # showList :: [CustomReportDetails] -> ShowS # | |||||
NFData CustomReportDetails Source # | |||||
Defined in M.V769.C rnf :: CustomReportDetails -> () # | |||||
Eq CustomReportDetails Source # | |||||
Defined in M.V769.C (==) :: CustomReportDetails -> CustomReportDetails -> Bool # (/=) :: CustomReportDetails -> CustomReportDetails -> Bool # | |||||
Ord CustomReportDetails Source # | |||||
Defined in M.V769.C compare :: CustomReportDetails -> CustomReportDetails -> Ordering # (<) :: CustomReportDetails -> CustomReportDetails -> Bool # (<=) :: CustomReportDetails -> CustomReportDetails -> Bool # (>) :: CustomReportDetails -> CustomReportDetails -> Bool # (>=) :: CustomReportDetails -> CustomReportDetails -> Bool # max :: CustomReportDetails -> CustomReportDetails -> CustomReportDetails # min :: CustomReportDetails -> CustomReportDetails -> CustomReportDetails # | |||||
Pack CustomReportDetails Source # | |||||
Unpack CustomReportDetails Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r CustomReportDetails Source # | |||||
type Rep CustomReportDetails Source # | |||||
Defined in M.V769.C type Rep CustomReportDetails = D1 ('MetaData "CustomReportDetails" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "CustomReportDetails" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data KnownPacks__ Source #
Instances
Generic KnownPacks__ Source # | |||||
Defined in M.V769.C
from :: KnownPacks__ -> Rep KnownPacks__ x # to :: Rep KnownPacks__ x -> KnownPacks__ # | |||||
NFData KnownPacks__ Source # | |||||
Defined in M.V769.C rnf :: KnownPacks__ -> () # | |||||
Eq KnownPacks__ Source # | |||||
Defined in M.V769.C (==) :: KnownPacks__ -> KnownPacks__ -> Bool # (/=) :: KnownPacks__ -> KnownPacks__ -> Bool # | |||||
Ord KnownPacks__ Source # | |||||
Defined in M.V769.C compare :: KnownPacks__ -> KnownPacks__ -> Ordering # (<) :: KnownPacks__ -> KnownPacks__ -> Bool # (<=) :: KnownPacks__ -> KnownPacks__ -> Bool # (>) :: KnownPacks__ -> KnownPacks__ -> Bool # (>=) :: KnownPacks__ -> KnownPacks__ -> Bool # max :: KnownPacks__ -> KnownPacks__ -> KnownPacks__ # min :: KnownPacks__ -> KnownPacks__ -> KnownPacks__ # | |||||
Pack KnownPacks__ Source # | |||||
Unpack KnownPacks__ Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r KnownPacks__ Source # | |||||
type Rep KnownPacks__ Source # | |||||
Defined in M.V769.C type Rep KnownPacks__ = D1 ('MetaData "KnownPacks__" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "KnownPacks__" 'PrefixI 'True) (S1 ('MetaSel ('Just "packs__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data KnownPacks Source #
Instances
Data KnownPacks Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> KnownPacks -> c KnownPacks # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c KnownPacks # toConstr :: KnownPacks -> Constr # dataTypeOf :: KnownPacks -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c KnownPacks) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c KnownPacks) # gmapT :: (forall b. Data b => b -> b) -> KnownPacks -> KnownPacks # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> KnownPacks -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> KnownPacks -> r # gmapQ :: (forall d. Data d => d -> u) -> KnownPacks -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> KnownPacks -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> KnownPacks -> m KnownPacks # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> KnownPacks -> m KnownPacks # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> KnownPacks -> m KnownPacks # | |||||
Generic KnownPacks Source # | |||||
Defined in M.V769.C
from :: KnownPacks -> Rep KnownPacks x # to :: Rep KnownPacks x -> KnownPacks # | |||||
Read KnownPacks Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS KnownPacks # readList :: ReadS [KnownPacks] # readPrec :: ReadPrec KnownPacks # readListPrec :: ReadPrec [KnownPacks] # | |||||
Show KnownPacks Source # | |||||
Defined in M.V769.C showsPrec :: Int -> KnownPacks -> ShowS # show :: KnownPacks -> String # showList :: [KnownPacks] -> ShowS # | |||||
NFData KnownPacks Source # | |||||
Defined in M.V769.C rnf :: KnownPacks -> () # | |||||
Eq KnownPacks Source # | |||||
Defined in M.V769.C (==) :: KnownPacks -> KnownPacks -> Bool # (/=) :: KnownPacks -> KnownPacks -> Bool # | |||||
Ord KnownPacks Source # | |||||
Defined in M.V769.C compare :: KnownPacks -> KnownPacks -> Ordering # (<) :: KnownPacks -> KnownPacks -> Bool # (<=) :: KnownPacks -> KnownPacks -> Bool # (>) :: KnownPacks -> KnownPacks -> Bool # (>=) :: KnownPacks -> KnownPacks -> Bool # max :: KnownPacks -> KnownPacks -> KnownPacks # min :: KnownPacks -> KnownPacks -> KnownPacks # | |||||
Pack KnownPacks Source # | |||||
Unpack KnownPacks Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r KnownPacks Source # | |||||
type Rep KnownPacks Source # | |||||
Defined in M.V769.C type Rep KnownPacks = D1 ('MetaData "KnownPacks" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "KnownPacks" 'PrefixI 'True) (S1 ('MetaSel ('Just "packs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data UpdateTags__ Source #
Instances
Generic UpdateTags__ Source # | |||||
Defined in M.V769.C
from :: UpdateTags__ -> Rep UpdateTags__ x # to :: Rep UpdateTags__ x -> UpdateTags__ # | |||||
NFData UpdateTags__ Source # | |||||
Defined in M.V769.C rnf :: UpdateTags__ -> () # | |||||
Eq UpdateTags__ Source # | |||||
Defined in M.V769.C (==) :: UpdateTags__ -> UpdateTags__ -> Bool # (/=) :: UpdateTags__ -> UpdateTags__ -> Bool # | |||||
Ord UpdateTags__ Source # | |||||
Defined in M.V769.C compare :: UpdateTags__ -> UpdateTags__ -> Ordering # (<) :: UpdateTags__ -> UpdateTags__ -> Bool # (<=) :: UpdateTags__ -> UpdateTags__ -> Bool # (>) :: UpdateTags__ -> UpdateTags__ -> Bool # (>=) :: UpdateTags__ -> UpdateTags__ -> Bool # max :: UpdateTags__ -> UpdateTags__ -> UpdateTags__ # min :: UpdateTags__ -> UpdateTags__ -> UpdateTags__ # | |||||
Pack UpdateTags__ Source # | |||||
Unpack UpdateTags__ Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTags__ Source # | |||||
type Rep UpdateTags__ Source # | |||||
Defined in M.V769.C type Rep UpdateTags__ = D1 ('MetaData "UpdateTags__" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "UpdateTags__" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data UpdateTags Source #
Instances
Data UpdateTags Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateTags -> c UpdateTags # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateTags # toConstr :: UpdateTags -> Constr # dataTypeOf :: UpdateTags -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateTags) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateTags) # gmapT :: (forall b. Data b => b -> b) -> UpdateTags -> UpdateTags # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateTags -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateTags -> r # gmapQ :: (forall d. Data d => d -> u) -> UpdateTags -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateTags -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateTags -> m UpdateTags # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateTags -> m UpdateTags # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateTags -> m UpdateTags # | |||||
Generic UpdateTags Source # | |||||
Defined in M.V769.C
from :: UpdateTags -> Rep UpdateTags x # to :: Rep UpdateTags x -> UpdateTags # | |||||
Read UpdateTags Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS UpdateTags # readList :: ReadS [UpdateTags] # readPrec :: ReadPrec UpdateTags # readListPrec :: ReadPrec [UpdateTags] # | |||||
Show UpdateTags Source # | |||||
Defined in M.V769.C showsPrec :: Int -> UpdateTags -> ShowS # show :: UpdateTags -> String # showList :: [UpdateTags] -> ShowS # | |||||
NFData UpdateTags Source # | |||||
Defined in M.V769.C rnf :: UpdateTags -> () # | |||||
Eq UpdateTags Source # | |||||
Defined in M.V769.C (==) :: UpdateTags -> UpdateTags -> Bool # (/=) :: UpdateTags -> UpdateTags -> Bool # | |||||
Ord UpdateTags Source # | |||||
Defined in M.V769.C compare :: UpdateTags -> UpdateTags -> Ordering # (<) :: UpdateTags -> UpdateTags -> Bool # (<=) :: UpdateTags -> UpdateTags -> Bool # (>) :: UpdateTags -> UpdateTags -> Bool # (>=) :: UpdateTags -> UpdateTags -> Bool # max :: UpdateTags -> UpdateTags -> UpdateTags # min :: UpdateTags -> UpdateTags -> UpdateTags # | |||||
Pack UpdateTags Source # | |||||
Unpack UpdateTags Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTags Source # | |||||
type Rep UpdateTags Source # | |||||
Defined in M.V769.C type Rep UpdateTags = D1 ('MetaData "UpdateTags" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "UpdateTags" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data FeatureFlags__ Source #
FeatureFlags__ | |
|
Instances
Generic FeatureFlags__ Source # | |||||
Defined in M.V769.C
from :: FeatureFlags__ -> Rep FeatureFlags__ x # to :: Rep FeatureFlags__ x -> FeatureFlags__ # | |||||
NFData FeatureFlags__ Source # | |||||
Defined in M.V769.C rnf :: FeatureFlags__ -> () # | |||||
Eq FeatureFlags__ Source # | |||||
Defined in M.V769.C (==) :: FeatureFlags__ -> FeatureFlags__ -> Bool # (/=) :: FeatureFlags__ -> FeatureFlags__ -> Bool # | |||||
Ord FeatureFlags__ Source # | |||||
Defined in M.V769.C compare :: FeatureFlags__ -> FeatureFlags__ -> Ordering # (<) :: FeatureFlags__ -> FeatureFlags__ -> Bool # (<=) :: FeatureFlags__ -> FeatureFlags__ -> Bool # (>) :: FeatureFlags__ -> FeatureFlags__ -> Bool # (>=) :: FeatureFlags__ -> FeatureFlags__ -> Bool # max :: FeatureFlags__ -> FeatureFlags__ -> FeatureFlags__ # min :: FeatureFlags__ -> FeatureFlags__ -> FeatureFlags__ # | |||||
Pack FeatureFlags__ Source # | |||||
Unpack FeatureFlags__ Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r FeatureFlags__ Source # | |||||
type Rep FeatureFlags__ Source # | |||||
Defined in M.V769.C type Rep FeatureFlags__ = D1 ('MetaData "FeatureFlags__" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "FeatureFlags__" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Identifier)))) |
data FeatureFlags Source #
Instances
Data FeatureFlags Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FeatureFlags -> c FeatureFlags # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FeatureFlags # toConstr :: FeatureFlags -> Constr # dataTypeOf :: FeatureFlags -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FeatureFlags) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FeatureFlags) # gmapT :: (forall b. Data b => b -> b) -> FeatureFlags -> FeatureFlags # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FeatureFlags -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FeatureFlags -> r # gmapQ :: (forall d. Data d => d -> u) -> FeatureFlags -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> FeatureFlags -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> FeatureFlags -> m FeatureFlags # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FeatureFlags -> m FeatureFlags # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FeatureFlags -> m FeatureFlags # | |||||
Generic FeatureFlags Source # | |||||
Defined in M.V769.C
from :: FeatureFlags -> Rep FeatureFlags x # to :: Rep FeatureFlags x -> FeatureFlags # | |||||
Read FeatureFlags Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS FeatureFlags # readList :: ReadS [FeatureFlags] # | |||||
Show FeatureFlags Source # | |||||
Defined in M.V769.C showsPrec :: Int -> FeatureFlags -> ShowS # show :: FeatureFlags -> String # showList :: [FeatureFlags] -> ShowS # | |||||
NFData FeatureFlags Source # | |||||
Defined in M.V769.C rnf :: FeatureFlags -> () # | |||||
Eq FeatureFlags Source # | |||||
Defined in M.V769.C (==) :: FeatureFlags -> FeatureFlags -> Bool # (/=) :: FeatureFlags -> FeatureFlags -> Bool # | |||||
Ord FeatureFlags Source # | |||||
Defined in M.V769.C compare :: FeatureFlags -> FeatureFlags -> Ordering # (<) :: FeatureFlags -> FeatureFlags -> Bool # (<=) :: FeatureFlags -> FeatureFlags -> Bool # (>) :: FeatureFlags -> FeatureFlags -> Bool # (>=) :: FeatureFlags -> FeatureFlags -> Bool # max :: FeatureFlags -> FeatureFlags -> FeatureFlags # min :: FeatureFlags -> FeatureFlags -> FeatureFlags # | |||||
Pack FeatureFlags Source # | |||||
Unpack FeatureFlags Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r FeatureFlags Source # | |||||
type Rep FeatureFlags Source # | |||||
Defined in M.V769.C type Rep FeatureFlags = D1 ('MetaData "FeatureFlags" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "FeatureFlags" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)))) |
Instances
Data Transfer Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Transfer -> c Transfer # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Transfer # toConstr :: Transfer -> Constr # dataTypeOf :: Transfer -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Transfer) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Transfer) # gmapT :: (forall b. Data b => b -> b) -> Transfer -> Transfer # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Transfer -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Transfer -> r # gmapQ :: (forall d. Data d => d -> u) -> Transfer -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Transfer -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Transfer -> m Transfer # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Transfer -> m Transfer # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Transfer -> m Transfer # | |||||
Generic Transfer Source # | |||||
Defined in M.V769.C
| |||||
Read Transfer Source # | |||||
Show Transfer Source # | |||||
NFData Transfer Source # | |||||
Eq Transfer Source # | |||||
Ord Transfer Source # | |||||
Pack Transfer Source # | |||||
Unpack Transfer Source # | |||||
type Rep Transfer Source # | |||||
Defined in M.V769.C type Rep Transfer = D1 ('MetaData "Transfer" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "Transfer" 'PrefixI 'True) (S1 ('MetaSel ('Just "serveraddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "serverport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word16))) |
data StoreCookie Source #
Instances
Data StoreCookie Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StoreCookie -> c StoreCookie # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StoreCookie # toConstr :: StoreCookie -> Constr # dataTypeOf :: StoreCookie -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StoreCookie) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StoreCookie) # gmapT :: (forall b. Data b => b -> b) -> StoreCookie -> StoreCookie # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StoreCookie -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StoreCookie -> r # gmapQ :: (forall d. Data d => d -> u) -> StoreCookie -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> StoreCookie -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> StoreCookie -> m StoreCookie # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StoreCookie -> m StoreCookie # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StoreCookie -> m StoreCookie # | |||||
Generic StoreCookie Source # | |||||
Defined in M.V769.C
from :: StoreCookie -> Rep StoreCookie x # to :: Rep StoreCookie x -> StoreCookie # | |||||
Read StoreCookie Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS StoreCookie # readList :: ReadS [StoreCookie] # readPrec :: ReadPrec StoreCookie # readListPrec :: ReadPrec [StoreCookie] # | |||||
Show StoreCookie Source # | |||||
Defined in M.V769.C showsPrec :: Int -> StoreCookie -> ShowS # show :: StoreCookie -> String # showList :: [StoreCookie] -> ShowS # | |||||
NFData StoreCookie Source # | |||||
Defined in M.V769.C rnf :: StoreCookie -> () # | |||||
Eq StoreCookie Source # | |||||
Defined in M.V769.C (==) :: StoreCookie -> StoreCookie -> Bool # (/=) :: StoreCookie -> StoreCookie -> Bool # | |||||
Ord StoreCookie Source # | |||||
Defined in M.V769.C compare :: StoreCookie -> StoreCookie -> Ordering # (<) :: StoreCookie -> StoreCookie -> Bool # (<=) :: StoreCookie -> StoreCookie -> Bool # (>) :: StoreCookie -> StoreCookie -> Bool # (>=) :: StoreCookie -> StoreCookie -> Bool # max :: StoreCookie -> StoreCookie -> StoreCookie # min :: StoreCookie -> StoreCookie -> StoreCookie # | |||||
Pack StoreCookie Source # | |||||
Unpack StoreCookie Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r StoreCookie Source # | |||||
type Rep StoreCookie Source # | |||||
Defined in M.V769.C type Rep StoreCookie = D1 ('MetaData "StoreCookie" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "StoreCookie" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data RemoveResourcePack Source #
Instances
Data RemoveResourcePack Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RemoveResourcePack -> c RemoveResourcePack # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RemoveResourcePack # toConstr :: RemoveResourcePack -> Constr # dataTypeOf :: RemoveResourcePack -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RemoveResourcePack) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RemoveResourcePack) # gmapT :: (forall b. Data b => b -> b) -> RemoveResourcePack -> RemoveResourcePack # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RemoveResourcePack -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RemoveResourcePack -> r # gmapQ :: (forall d. Data d => d -> u) -> RemoveResourcePack -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> RemoveResourcePack -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> RemoveResourcePack -> m RemoveResourcePack # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveResourcePack -> m RemoveResourcePack # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RemoveResourcePack -> m RemoveResourcePack # | |||||
Generic RemoveResourcePack Source # | |||||
Defined in M.V769.C
from :: RemoveResourcePack -> Rep RemoveResourcePack x # to :: Rep RemoveResourcePack x -> RemoveResourcePack # | |||||
Read RemoveResourcePack Source # | |||||
Defined in M.V769.C | |||||
Show RemoveResourcePack Source # | |||||
Defined in M.V769.C showsPrec :: Int -> RemoveResourcePack -> ShowS # show :: RemoveResourcePack -> String # showList :: [RemoveResourcePack] -> ShowS # | |||||
NFData RemoveResourcePack Source # | |||||
Defined in M.V769.C rnf :: RemoveResourcePack -> () # | |||||
Eq RemoveResourcePack Source # | |||||
Defined in M.V769.C (==) :: RemoveResourcePack -> RemoveResourcePack -> Bool # (/=) :: RemoveResourcePack -> RemoveResourcePack -> Bool # | |||||
Ord RemoveResourcePack Source # | |||||
Defined in M.V769.C compare :: RemoveResourcePack -> RemoveResourcePack -> Ordering # (<) :: RemoveResourcePack -> RemoveResourcePack -> Bool # (<=) :: RemoveResourcePack -> RemoveResourcePack -> Bool # (>) :: RemoveResourcePack -> RemoveResourcePack -> Bool # (>=) :: RemoveResourcePack -> RemoveResourcePack -> Bool # max :: RemoveResourcePack -> RemoveResourcePack -> RemoveResourcePack # min :: RemoveResourcePack -> RemoveResourcePack -> RemoveResourcePack # | |||||
Pack RemoveResourcePack Source # | |||||
Unpack RemoveResourcePack Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveResourcePack Source # | |||||
type Rep RemoveResourcePack Source # | |||||
data RegistryData Source #
Instances
Data RegistryData Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegistryData -> c RegistryData # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegistryData # toConstr :: RegistryData -> Constr # dataTypeOf :: RegistryData -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RegistryData) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegistryData) # gmapT :: (forall b. Data b => b -> b) -> RegistryData -> RegistryData # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegistryData -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegistryData -> r # gmapQ :: (forall d. Data d => d -> u) -> RegistryData -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> RegistryData -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegistryData -> m RegistryData # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegistryData -> m RegistryData # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegistryData -> m RegistryData # | |||||
Generic RegistryData Source # | |||||
Defined in M.V769.C
from :: RegistryData -> Rep RegistryData x # to :: Rep RegistryData x -> RegistryData # | |||||
Read RegistryData Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS RegistryData # readList :: ReadS [RegistryData] # | |||||
Show RegistryData Source # | |||||
Defined in M.V769.C showsPrec :: Int -> RegistryData -> ShowS # show :: RegistryData -> String # showList :: [RegistryData] -> ShowS # | |||||
NFData RegistryData Source # | |||||
Defined in M.V769.C rnf :: RegistryData -> () # | |||||
Eq RegistryData Source # | |||||
Defined in M.V769.C (==) :: RegistryData -> RegistryData -> Bool # (/=) :: RegistryData -> RegistryData -> Bool # | |||||
Ord RegistryData Source # | |||||
Defined in M.V769.C compare :: RegistryData -> RegistryData -> Ordering # (<) :: RegistryData -> RegistryData -> Bool # (<=) :: RegistryData -> RegistryData -> Bool # (>) :: RegistryData -> RegistryData -> Bool # (>=) :: RegistryData -> RegistryData -> Bool # max :: RegistryData -> RegistryData -> RegistryData # min :: RegistryData -> RegistryData -> RegistryData # | |||||
Pack RegistryData Source # | |||||
Unpack RegistryData Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r RegistryData Source # | |||||
type Rep RegistryData Source # | |||||
Defined in M.V769.C type Rep RegistryData = D1 ('MetaData "RegistryData" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "RegistryData" 'PrefixI 'True) (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
Instances
Data ResetChat Source # | |
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResetChat -> c ResetChat # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResetChat # toConstr :: ResetChat -> Constr # dataTypeOf :: ResetChat -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResetChat) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResetChat) # gmapT :: (forall b. Data b => b -> b) -> ResetChat -> ResetChat # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResetChat -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResetChat -> r # gmapQ :: (forall d. Data d => d -> u) -> ResetChat -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ResetChat -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResetChat -> m ResetChat # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResetChat -> m ResetChat # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResetChat -> m ResetChat # | |
Generic ResetChat Source # | |
Read ResetChat Source # | |
Show ResetChat Source # | |
NFData ResetChat Source # | |
Eq ResetChat Source # | |
Ord ResetChat Source # | |
Defined in M.V769.C | |
Pack ResetChat Source # | |
Unpack ResetChat Source # | |
type Rep ResetChat Source # | |
data FinishConfiguration Source #
Instances
Data FinishConfiguration Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FinishConfiguration -> c FinishConfiguration # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FinishConfiguration # toConstr :: FinishConfiguration -> Constr # dataTypeOf :: FinishConfiguration -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FinishConfiguration) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FinishConfiguration) # gmapT :: (forall b. Data b => b -> b) -> FinishConfiguration -> FinishConfiguration # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FinishConfiguration -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FinishConfiguration -> r # gmapQ :: (forall d. Data d => d -> u) -> FinishConfiguration -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> FinishConfiguration -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> FinishConfiguration -> m FinishConfiguration # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FinishConfiguration -> m FinishConfiguration # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FinishConfiguration -> m FinishConfiguration # | |||||
Generic FinishConfiguration Source # | |||||
Defined in M.V769.C
from :: FinishConfiguration -> Rep FinishConfiguration x # to :: Rep FinishConfiguration x -> FinishConfiguration # | |||||
Read FinishConfiguration Source # | |||||
Defined in M.V769.C | |||||
Show FinishConfiguration Source # | |||||
Defined in M.V769.C showsPrec :: Int -> FinishConfiguration -> ShowS # show :: FinishConfiguration -> String # showList :: [FinishConfiguration] -> ShowS # | |||||
NFData FinishConfiguration Source # | |||||
Defined in M.V769.C rnf :: FinishConfiguration -> () # | |||||
Eq FinishConfiguration Source # | |||||
Defined in M.V769.C (==) :: FinishConfiguration -> FinishConfiguration -> Bool # (/=) :: FinishConfiguration -> FinishConfiguration -> Bool # | |||||
Ord FinishConfiguration Source # | |||||
Defined in M.V769.C compare :: FinishConfiguration -> FinishConfiguration -> Ordering # (<) :: FinishConfiguration -> FinishConfiguration -> Bool # (<=) :: FinishConfiguration -> FinishConfiguration -> Bool # (>) :: FinishConfiguration -> FinishConfiguration -> Bool # (>=) :: FinishConfiguration -> FinishConfiguration -> Bool # max :: FinishConfiguration -> FinishConfiguration -> FinishConfiguration # min :: FinishConfiguration -> FinishConfiguration -> FinishConfiguration # | |||||
Pack FinishConfiguration Source # | |||||
Unpack FinishConfiguration Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r FinishConfiguration Source # | |||||
type Rep FinishConfiguration Source # | |||||
data Disconnect Source #
Instances
Data Disconnect Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Disconnect -> c Disconnect # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Disconnect # toConstr :: Disconnect -> Constr # dataTypeOf :: Disconnect -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Disconnect) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Disconnect) # gmapT :: (forall b. Data b => b -> b) -> Disconnect -> Disconnect # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Disconnect -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Disconnect -> r # gmapQ :: (forall d. Data d => d -> u) -> Disconnect -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Disconnect -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Disconnect -> m Disconnect # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Disconnect -> m Disconnect # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Disconnect -> m Disconnect # | |||||
Generic Disconnect Source # | |||||
Defined in M.V769.C
from :: Disconnect -> Rep Disconnect x # to :: Rep Disconnect x -> Disconnect # | |||||
Read Disconnect Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS Disconnect # readList :: ReadS [Disconnect] # readPrec :: ReadPrec Disconnect # readListPrec :: ReadPrec [Disconnect] # | |||||
Show Disconnect Source # | |||||
Defined in M.V769.C showsPrec :: Int -> Disconnect -> ShowS # show :: Disconnect -> String # showList :: [Disconnect] -> ShowS # | |||||
NFData Disconnect Source # | |||||
Defined in M.V769.C rnf :: Disconnect -> () # | |||||
Eq Disconnect Source # | |||||
Defined in M.V769.C (==) :: Disconnect -> Disconnect -> Bool # (/=) :: Disconnect -> Disconnect -> Bool # | |||||
Ord Disconnect Source # | |||||
Defined in M.V769.C compare :: Disconnect -> Disconnect -> Ordering # (<) :: Disconnect -> Disconnect -> Bool # (<=) :: Disconnect -> Disconnect -> Bool # (>) :: Disconnect -> Disconnect -> Bool # (>=) :: Disconnect -> Disconnect -> Bool # max :: Disconnect -> Disconnect -> Disconnect # min :: Disconnect -> Disconnect -> Disconnect # | |||||
Pack Disconnect Source # | |||||
Unpack Disconnect Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r Disconnect Source # | |||||
type Rep Disconnect Source # | |||||
Defined in M.V769.C type Rep Disconnect = D1 ('MetaData "Disconnect" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "Disconnect" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data CookieRequest Source #
Instances
Data CookieRequest Source # | |||||
Defined in M.V769.C gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CookieRequest -> c CookieRequest # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CookieRequest # toConstr :: CookieRequest -> Constr # dataTypeOf :: CookieRequest -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CookieRequest) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CookieRequest) # gmapT :: (forall b. Data b => b -> b) -> CookieRequest -> CookieRequest # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CookieRequest -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CookieRequest -> r # gmapQ :: (forall d. Data d => d -> u) -> CookieRequest -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CookieRequest -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CookieRequest -> m CookieRequest # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CookieRequest -> m CookieRequest # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CookieRequest -> m CookieRequest # | |||||
Generic CookieRequest Source # | |||||
Defined in M.V769.C
from :: CookieRequest -> Rep CookieRequest x # to :: Rep CookieRequest x -> CookieRequest # | |||||
Read CookieRequest Source # | |||||
Defined in M.V769.C readsPrec :: Int -> ReadS CookieRequest # readList :: ReadS [CookieRequest] # | |||||
Show CookieRequest Source # | |||||
Defined in M.V769.C showsPrec :: Int -> CookieRequest -> ShowS # show :: CookieRequest -> String # showList :: [CookieRequest] -> ShowS # | |||||
NFData CookieRequest Source # | |||||
Defined in M.V769.C rnf :: CookieRequest -> () # | |||||
Eq CookieRequest Source # | |||||
Defined in M.V769.C (==) :: CookieRequest -> CookieRequest -> Bool # (/=) :: CookieRequest -> CookieRequest -> Bool # | |||||
Ord CookieRequest Source # | |||||
Defined in M.V769.C compare :: CookieRequest -> CookieRequest -> Ordering # (<) :: CookieRequest -> CookieRequest -> Bool # (<=) :: CookieRequest -> CookieRequest -> Bool # (>) :: CookieRequest -> CookieRequest -> Bool # (>=) :: CookieRequest -> CookieRequest -> Bool # max :: CookieRequest -> CookieRequest -> CookieRequest # min :: CookieRequest -> CookieRequest -> CookieRequest # | |||||
Pack CookieRequest Source # | |||||
Unpack CookieRequest Source # | |||||
Defined in M.V769.C unpack :: forall (st :: ZeroBitType) r. Parser st r CookieRequest Source # | |||||
type Rep CookieRequest Source # | |||||
Defined in M.V769.C type Rep CookieRequest = D1 ('MetaData "CookieRequest" "M.V769.C" "mmm-0.1.0.0-oCDsNp3EBL2JzoyA6cTai" 'False) (C1 ('MetaCons "CookieRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |