Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type ParseError = ParseError Char Void Source #
parseCheckFile :: FilePath -> IO (Either ParseError Checklist) Source #
parseCheckFileText :: FilePath -> Text -> Either ParseError Checklist Source #