Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ReduceType Source #
type A = Annotation Source #
data Annotation Source #
A | |
|
liveOut :: Annotation -> [Access] Source #
liveIn :: Annotation -> [Access] Source #
pRefactored :: Annotation -> Bool Source #
modifyAnnotation :: Annotated f => (a -> a) -> f a -> f a Source #