Safe Haskell | Safe |
---|
Documentation
newtype LocIdReference Source #
LocIdReference | |
|
Instances
Data LocIdReference Source # | |
Defined in PGIP.GraphQL.Result.LocIdReference gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocIdReference -> c LocIdReference gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocIdReference toConstr :: LocIdReference -> Constr dataTypeOf :: LocIdReference -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocIdReference) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocIdReference) gmapT :: (forall b. Data b => b -> b) -> LocIdReference -> LocIdReference gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocIdReference -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocIdReference -> r gmapQ :: (forall d. Data d => d -> u) -> LocIdReference -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> LocIdReference -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocIdReference -> m LocIdReference gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocIdReference -> m LocIdReference gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocIdReference -> m LocIdReference | |
Show LocIdReference Source # | |
Defined in PGIP.GraphQL.Result.LocIdReference showsPrec :: Int -> LocIdReference -> ShowS show :: LocIdReference -> String showList :: [LocIdReference] -> ShowS |