inspection-testing-0.1: GHC plugin to do inspection esting

Copyright(c) Joachim Breitner 2017
LicenseMIT
Maintainermail@joachim-breitner.de
PortabilityGHC specifc
Safe HaskellSafe
LanguageHaskell2010

Test.Inspection.Internal

Description

 

Synopsis

Documentation

data KeepAlive Source #

An annotation to keep names alive

Constructors

KeepAlive 

Instances

Data KeepAlive Source # 

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 #