inspection-testing-0.2: GHC plugin to do inspection testing
Test.Inspection.Internal
Description
Synopsis
data KeepAlive Source #
An annotation to keep names alive
Constructors
Instances
Methods
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> KeepAlive -> c KeepAlive #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c KeepAlive #
toConstr :: KeepAlive -> Constr #
dataTypeOf :: KeepAlive -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c KeepAlive) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c KeepAlive) #
gmapT :: (forall b. Data b => b -> b) -> KeepAlive -> KeepAlive #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> KeepAlive -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> KeepAlive -> r #
gmapQ :: (forall d. Data d => d -> u) -> KeepAlive -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> KeepAlive -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> KeepAlive -> m KeepAlive #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> KeepAlive -> m KeepAlive #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> KeepAlive -> m KeepAlive #