| Copyright | (c) 2025 Patrick Brisbin |
|---|---|
| License | AGPL-3 |
| Maintainer | pbrisbin@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | GHC2021 |
Network.URI.Template.Parse
Contents
Description
Synopsis
- parseTemplate :: Text -> Either ParseError Template
- type ParseError = ParseErrorBundle Text Void
- errorBundlePretty :: ParseError -> String
Documentation
parseTemplate :: Text -> Either ParseError Template Source #
Errors
type ParseError = ParseErrorBundle Text Void Source #
errorBundlePretty :: ParseError -> String Source #