Hets - the Heterogeneous Tool Set
Safe HaskellSafe

PGIP.GraphQL.Result.StringReference

Documentation

newtype StringReference Source #

Constructors

StringReference 

Fields

  • id :: String
     

Instances

Instances details
Data StringReference Source # 
Instance details

Defined in PGIP.GraphQL.Result.StringReference

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StringReference -> c StringReference

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StringReference

toConstr :: StringReference -> Constr

dataTypeOf :: StringReference -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c StringReference)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StringReference)

gmapT :: (forall b. Data b => b -> b) -> StringReference -> StringReference

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StringReference -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StringReference -> r

gmapQ :: (forall d. Data d => d -> u) -> StringReference -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> StringReference -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StringReference -> m StringReference

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StringReference -> m StringReference

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StringReference -> m StringReference

Show StringReference Source # 
Instance details

Defined in PGIP.GraphQL.Result.StringReference

Methods

showsPrec :: Int -> StringReference -> ShowS

show :: StringReference -> String

showList :: [StringReference] -> ShowS