Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- parseStdin :: IO Module
- globNonEmpty :: FilePath -> IO [FilePath]
- extractFilesFromRzkYaml :: FilePath -> IO [FilePath]
- expandRzkPathsOrYaml :: [FilePath] -> IO [FilePath]
- parseRzkFilesOrStdin :: [FilePath] -> IO [(FilePath, Module)]
- typecheckString :: String -> Either String String
Documentation
parseStdin :: IO Module Source #
globNonEmpty :: FilePath -> IO [FilePath] Source #
Finds matches to the given pattern in the current working directory.
**NOTE:** throws exception when glob
returns an empty list.