Safe Haskell | None |
---|---|
Language | Haskell2010 |
Saturn.Unstable.Parse
Synopsis
- fromLazyText :: Text -> Either ParseError Schedule
- fromString :: String -> Either ParseError Schedule
- fromText :: Text -> Either ParseError Schedule
- parsec :: forall s (m :: Type -> Type) u. Stream s m Char => ParsecT s u m Schedule
Documentation
fromLazyText :: Text -> Either ParseError Schedule Source #
fromString :: String -> Either ParseError Schedule Source #