ghc-8.6.3: The GHC API
SpecConstr
specConstrProgram :: ModGuts -> CoreM ModGuts Source #
data SpecConstrAnnotation Source #
Constructors
Since: base-4.3.0.0
Defined in GHC.Exts
Methods
(==) :: SpecConstrAnnotation -> SpecConstrAnnotation -> Bool #
(/=) :: SpecConstrAnnotation -> SpecConstrAnnotation -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SpecConstrAnnotation -> c SpecConstrAnnotation Source #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SpecConstrAnnotation Source #
toConstr :: SpecConstrAnnotation -> Constr Source #
dataTypeOf :: SpecConstrAnnotation -> DataType Source #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SpecConstrAnnotation) Source #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SpecConstrAnnotation) Source #
gmapT :: (forall b. Data b => b -> b) -> SpecConstrAnnotation -> SpecConstrAnnotation Source #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SpecConstrAnnotation -> r Source #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SpecConstrAnnotation -> r Source #
gmapQ :: (forall d. Data d => d -> u) -> SpecConstrAnnotation -> [u] Source #
gmapQi :: Int -> (forall d. Data d => d -> u) -> SpecConstrAnnotation -> u Source #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> SpecConstrAnnotation -> m SpecConstrAnnotation Source #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SpecConstrAnnotation -> m SpecConstrAnnotation Source #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SpecConstrAnnotation -> m SpecConstrAnnotation Source #