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 #
readFractionAsRational :: ReadM Rational Source #
readKeyOutputFormat :: ReadM KeyOutputFormat Source #
readIdOutputFormat :: ReadM IdOutputFormat Source #
readTxViewOutputFormat :: ReadM ViewOutputFormat Source #
readRational :: ReadM Rational Source #
readRationalUnitInterval :: ReadM Rational Source #
readStringOfMaxLength :: Int -> ReadM String Source #
readViewOutputFormat :: String -> ReadM ViewOutputFormat Source #
readURIOfMaxLength :: Int -> ReadM Text 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
.