Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
transform :: Data a => [Transformation] -> ProgramFile a -> ProgramFile a Source #
transformWithModFiles :: Data a => ModFiles -> [Transformation] -> ProgramFile a -> ProgramFile a Source #
data Transformation Source #
Instances
Eq Transformation Source # | |
Defined in Language.Fortran.Transformer (==) :: Transformation -> Transformation -> Bool # (/=) :: Transformation -> Transformation -> Bool # |