Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- readerFromAttoParser :: Parser a -> ReadM a
- readFractionAsRational :: ReadM Rational
- readGovernanceActionViewOutputFormat :: ReadM ViewOutputFormat
- readKeyOutputFormat :: ReadM KeyOutputFormat
- readIdOutputFormat :: ReadM IdOutputFormat
- readTxViewOutputFormat :: ReadM ViewOutputFormat
- readRational :: ReadM Rational
- readRationalUnitInterval :: ReadM Rational
- readStringOfMaxLength :: Int -> ReadM String
- readViewOutputFormat :: String -> ReadM ViewOutputFormat
- readURIOfMaxLength :: Int -> ReadM Text
- subParser :: String -> ParserInfo a -> Parser a
- eDNSName :: String -> Either String ByteString
- stringToAnchorScheme :: SupportedSchemes -> String -> Either String AnchorScheme
Documentation
readerFromAttoParser :: Parser a -> ReadM a Source #
stringToAnchorScheme :: SupportedSchemes -> String -> Either String AnchorScheme Source #
Converts a string to an AnchorScheme
if it is a valid scheme and is in the
SupportedScheme
list, otherwise it returns Left
.