Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Autoexporter
Documentation
data ExportScope #
Constructors
ExportScopeShallow | |
ExportScopeDeep |
mainWithArgs :: [String] -> IO () #
autoexport :: ExportScope -> String -> FilePath -> FilePath -> IO () #
findFilesDeep :: FilePath -> IO [FilePath] #
makeModuleName :: FilePath -> String #
takeWhileEnd :: (a -> Bool) -> [a] -> [a] #
isModuleName :: String -> Bool #
parseModuleName :: String -> Maybe ModuleName #
isHaskellFile :: FilePath -> Bool #
renderModule :: String -> [String] -> String #
renderExport :: String -> String #
renderImport :: String -> String #