Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data Annotation = A {
- unitVar :: Int
- number :: Int
- refactored :: Maybe Position
- newNode :: Bool
- deleteNode :: Bool
- type A = Annotation
- unitAnnotation :: Annotation
- pRefactored :: Annotation -> Bool
- onPrev :: (a -> a) -> Analysis a -> Analysis a
- buildCommentText :: MetaInfo -> Int -> String -> String
Annotation Datatype
data Annotation Source #
Instances
type A = Annotation Source #
Predicates
pRefactored :: Annotation -> Bool Source #