License | BSD-3-Clause |
---|---|
Safe Haskell | None |
Language | GHC2021 |
Documentation
Instances
Data Slot Source # | |
Defined in M.TODO gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Slot -> c Slot # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Slot # dataTypeOf :: Slot -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Slot) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Slot) # gmapT :: (forall b. Data b => b -> b) -> Slot -> Slot # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Slot -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Slot -> r # gmapQ :: (forall d. Data d => d -> u) -> Slot -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Slot -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Slot -> m Slot # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Slot -> m Slot # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Slot -> m Slot # | |
Generic Slot Source # | |
Read Slot Source # | |
Show Slot Source # | |
NFData Slot Source # | |
Eq Slot Source # | |
Ord Slot Source # | |
Hashable Slot Source # | |
Pack Slot Source # | |
Unpack Slot Source # | |
type Rep Slot Source # | |
data BossBarAction Source #
Instances
data CommandNode Source #
Instances
Data CommandNode Source # | |||||
Defined in M.TODO gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommandNode -> c CommandNode # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommandNode # toConstr :: CommandNode -> Constr # dataTypeOf :: CommandNode -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommandNode) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommandNode) # gmapT :: (forall b. Data b => b -> b) -> CommandNode -> CommandNode # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommandNode -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommandNode -> r # gmapQ :: (forall d. Data d => d -> u) -> CommandNode -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CommandNode -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommandNode -> m CommandNode # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandNode -> m CommandNode # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommandNode -> m CommandNode # | |||||
Generic CommandNode Source # | |||||
Defined in M.TODO
from :: CommandNode -> Rep CommandNode x # to :: Rep CommandNode x -> CommandNode # | |||||
Read CommandNode Source # | |||||
Defined in M.TODO readsPrec :: Int -> ReadS CommandNode # readList :: ReadS [CommandNode] # readPrec :: ReadPrec CommandNode # readListPrec :: ReadPrec [CommandNode] # | |||||
Show CommandNode Source # | |||||
Defined in M.TODO showsPrec :: Int -> CommandNode -> ShowS # show :: CommandNode -> String # showList :: [CommandNode] -> ShowS # | |||||
NFData CommandNode Source # | |||||
Defined in M.TODO rnf :: CommandNode -> () # | |||||
Eq CommandNode Source # | |||||
Defined in M.TODO (==) :: CommandNode -> CommandNode -> Bool # (/=) :: CommandNode -> CommandNode -> Bool # | |||||
Ord CommandNode Source # | |||||
Defined in M.TODO compare :: CommandNode -> CommandNode -> Ordering # (<) :: CommandNode -> CommandNode -> Bool # (<=) :: CommandNode -> CommandNode -> Bool # (>) :: CommandNode -> CommandNode -> Bool # (>=) :: CommandNode -> CommandNode -> Bool # max :: CommandNode -> CommandNode -> CommandNode # min :: CommandNode -> CommandNode -> CommandNode # | |||||
Hashable CommandNode Source # | |||||
Defined in M.TODO hashWithSalt :: Int -> CommandNode -> Int hash :: CommandNode -> Int | |||||
Pack CommandNode Source # | |||||
Unpack CommandNode Source # | |||||
Defined in M.TODO unpack :: forall (st :: ZeroBitType) r. Parser st r CommandNode Source # | |||||
type Rep CommandNode Source # | |||||
data ParticleData Source #
Instances
Data ParticleData Source # | |||||
Defined in M.TODO gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ParticleData -> c ParticleData # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ParticleData # toConstr :: ParticleData -> Constr # dataTypeOf :: ParticleData -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ParticleData) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ParticleData) # gmapT :: (forall b. Data b => b -> b) -> ParticleData -> ParticleData # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ParticleData -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ParticleData -> r # gmapQ :: (forall d. Data d => d -> u) -> ParticleData -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> ParticleData -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> ParticleData -> m ParticleData # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ParticleData -> m ParticleData # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ParticleData -> m ParticleData # | |||||
Generic ParticleData Source # | |||||
Defined in M.TODO
from :: ParticleData -> Rep ParticleData x # to :: Rep ParticleData x -> ParticleData # | |||||
Read ParticleData Source # | |||||
Defined in M.TODO readsPrec :: Int -> ReadS ParticleData # readList :: ReadS [ParticleData] # | |||||
Show ParticleData Source # | |||||
Defined in M.TODO showsPrec :: Int -> ParticleData -> ShowS # show :: ParticleData -> String # showList :: [ParticleData] -> ShowS # | |||||
NFData ParticleData Source # | |||||
Defined in M.TODO rnf :: ParticleData -> () # | |||||
Eq ParticleData Source # | |||||
Defined in M.TODO (==) :: ParticleData -> ParticleData -> Bool # (/=) :: ParticleData -> ParticleData -> Bool # | |||||
Ord ParticleData Source # | |||||
Defined in M.TODO compare :: ParticleData -> ParticleData -> Ordering # (<) :: ParticleData -> ParticleData -> Bool # (<=) :: ParticleData -> ParticleData -> Bool # (>) :: ParticleData -> ParticleData -> Bool # (>=) :: ParticleData -> ParticleData -> Bool # max :: ParticleData -> ParticleData -> ParticleData # min :: ParticleData -> ParticleData -> ParticleData # | |||||
Hashable ParticleData Source # | |||||
Defined in M.TODO hashWithSalt :: Int -> ParticleData -> Int hash :: ParticleData -> Int | |||||
Pack ParticleData Source # | |||||
Unpack ParticleData Source # | |||||
Defined in M.TODO unpack :: forall (st :: ZeroBitType) r. Parser st r ParticleData Source # | |||||
type Rep ParticleData Source # | |||||
data TextComponent Source #
Instances
Data TextComponent Source # | |||||
Defined in M.TODO gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TextComponent -> c TextComponent # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TextComponent # toConstr :: TextComponent -> Constr # dataTypeOf :: TextComponent -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TextComponent) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TextComponent) # gmapT :: (forall b. Data b => b -> b) -> TextComponent -> TextComponent # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TextComponent -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TextComponent -> r # gmapQ :: (forall d. Data d => d -> u) -> TextComponent -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> TextComponent -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> TextComponent -> m TextComponent # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TextComponent -> m TextComponent # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TextComponent -> m TextComponent # | |||||
Generic TextComponent Source # | |||||
Defined in M.TODO
from :: TextComponent -> Rep TextComponent x # to :: Rep TextComponent x -> TextComponent # | |||||
Read TextComponent Source # | |||||
Defined in M.TODO readsPrec :: Int -> ReadS TextComponent # readList :: ReadS [TextComponent] # | |||||
Show TextComponent Source # | |||||
Defined in M.TODO showsPrec :: Int -> TextComponent -> ShowS # show :: TextComponent -> String # showList :: [TextComponent] -> ShowS # | |||||
NFData TextComponent Source # | |||||
Defined in M.TODO rnf :: TextComponent -> () # | |||||
Eq TextComponent Source # | |||||
Defined in M.TODO (==) :: TextComponent -> TextComponent -> Bool # (/=) :: TextComponent -> TextComponent -> Bool # | |||||
Ord TextComponent Source # | |||||
Defined in M.TODO compare :: TextComponent -> TextComponent -> Ordering # (<) :: TextComponent -> TextComponent -> Bool # (<=) :: TextComponent -> TextComponent -> Bool # (>) :: TextComponent -> TextComponent -> Bool # (>=) :: TextComponent -> TextComponent -> Bool # max :: TextComponent -> TextComponent -> TextComponent # min :: TextComponent -> TextComponent -> TextComponent # | |||||
Hashable TextComponent Source # | |||||
Defined in M.TODO hashWithSalt :: Int -> TextComponent -> Int hash :: TextComponent -> Int | |||||
Pack TextComponent Source # | |||||
Unpack TextComponent Source # | |||||
Defined in M.TODO unpack :: forall (st :: ZeroBitType) r. Parser st r TextComponent Source # | |||||
type Rep TextComponent Source # | |||||
Instances
Data MapIcon Source # | |
Defined in M.TODO gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MapIcon -> c MapIcon # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MapIcon # toConstr :: MapIcon -> Constr # dataTypeOf :: MapIcon -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MapIcon) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MapIcon) # gmapT :: (forall b. Data b => b -> b) -> MapIcon -> MapIcon # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MapIcon -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MapIcon -> r # gmapQ :: (forall d. Data d => d -> u) -> MapIcon -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> MapIcon -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> MapIcon -> m MapIcon # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MapIcon -> m MapIcon # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MapIcon -> m MapIcon # | |
Generic MapIcon Source # | |
Read MapIcon Source # | |
Show MapIcon Source # | |
NFData MapIcon Source # | |
Eq MapIcon Source # | |
Ord MapIcon Source # | |
Hashable MapIcon Source # | |
Pack MapIcon Source # | |
Unpack MapIcon Source # | |
type Rep MapIcon Source # | |
data MerchantOffer Source #
Instances
Data MerchantOffer Source # | |||||
Defined in M.TODO gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MerchantOffer -> c MerchantOffer # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MerchantOffer # toConstr :: MerchantOffer -> Constr # dataTypeOf :: MerchantOffer -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MerchantOffer) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MerchantOffer) # gmapT :: (forall b. Data b => b -> b) -> MerchantOffer -> MerchantOffer # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MerchantOffer -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MerchantOffer -> r # gmapQ :: (forall d. Data d => d -> u) -> MerchantOffer -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> MerchantOffer -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> MerchantOffer -> m MerchantOffer # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MerchantOffer -> m MerchantOffer # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MerchantOffer -> m MerchantOffer # | |||||
Generic MerchantOffer Source # | |||||
Defined in M.TODO
from :: MerchantOffer -> Rep MerchantOffer x # to :: Rep MerchantOffer x -> MerchantOffer # | |||||
Read MerchantOffer Source # | |||||
Defined in M.TODO readsPrec :: Int -> ReadS MerchantOffer # readList :: ReadS [MerchantOffer] # | |||||
Show MerchantOffer Source # | |||||
Defined in M.TODO showsPrec :: Int -> MerchantOffer -> ShowS # show :: MerchantOffer -> String # showList :: [MerchantOffer] -> ShowS # | |||||
NFData MerchantOffer Source # | |||||
Defined in M.TODO rnf :: MerchantOffer -> () # | |||||
Eq MerchantOffer Source # | |||||
Defined in M.TODO (==) :: MerchantOffer -> MerchantOffer -> Bool # (/=) :: MerchantOffer -> MerchantOffer -> Bool # | |||||
Ord MerchantOffer Source # | |||||
Defined in M.TODO compare :: MerchantOffer -> MerchantOffer -> Ordering # (<) :: MerchantOffer -> MerchantOffer -> Bool # (<=) :: MerchantOffer -> MerchantOffer -> Bool # (>) :: MerchantOffer -> MerchantOffer -> Bool # (>=) :: MerchantOffer -> MerchantOffer -> Bool # max :: MerchantOffer -> MerchantOffer -> MerchantOffer # min :: MerchantOffer -> MerchantOffer -> MerchantOffer # | |||||
Hashable MerchantOffer Source # | |||||
Defined in M.TODO hashWithSalt :: Int -> MerchantOffer -> Int hash :: MerchantOffer -> Int | |||||
Pack MerchantOffer Source # | |||||
Unpack MerchantOffer Source # | |||||
Defined in M.TODO unpack :: forall (st :: ZeroBitType) r. Parser st r MerchantOffer Source # | |||||
type Rep MerchantOffer Source # | |||||