PageIO-0.0.3: Page-oriented extraction and composition librarySource codeContentsIndex
Text.PageIO.Parser
Documentation
liftA4 :: Applicative f => (a -> b -> c -> d -> e) -> f a -> f b -> f c -> f d -> f eSource
liftA5 :: Applicative f => (a -> b -> c -> d -> e -> result) -> f a -> f b -> f c -> f d -> f e -> f resultSource
(<$$>) :: Functor f => f a -> (a -> b) -> f bSource
readSheet :: FilePath -> IO SheetSource
parseFromFile :: Parser a -> String -> IO (Either ParseError a)Source
parseMaybe :: Parser a -> Parser (Maybe a)Source
maybeFieldVariable :: Parser (Maybe Variable)Source
literalVariable :: Parser VariableSource
functionVariable :: Parser VariableSource
substrVariable :: Parser VariableSource
replaceVariable :: Parser VariableSource
bareLabel :: Parser LabelSource
maybeFieldFormat :: Parser (Maybe FieldFormat)Source
maybeFilters :: Parser (Maybe [Filter])Source
parseFilter :: Parser FilterSource
operator :: Parser OperatorSource
commaSep :: Parser a -> Parser [a]Source
maybeOrderBys :: Parser (Maybe [OrderBy Label])Source
maybeBy :: String -> Parser (Maybe [Label])Source
maybeRule :: Parser (Maybe a) -> Parser (Maybe a)Source
parseLabel :: Parser LabelSource
r :: Parser a -> Parser aSource
sheet :: Parser SheetSource
sym :: String -> Parser ()Source
sp :: Parser ()Source
num :: Parser IntSource
pattern :: Parser (Label, Pattern)Source
field :: Parser (Label, Field)Source
boxNumbers :: Parser BoxSource
frame :: Parser FrameSource
retLabel :: Label -> a -> Parser (Label, a)Source
block :: Parser (Label, Block)Source
literalStr :: Parser ValueSource
matchStr :: Parser MatchSource
mkMatch :: Value -> MatchSource
packLBS :: ByteString -> ByteStringSource
labelStr :: Parser LabelSource
str :: Parser ByteStringSource
quotedValue :: Parser ValueSource
sepEndBy :: Alternative f => f a -> f b -> f [a]Source
sepEndBy1 :: Alternative f => f a -> f b -> f [a]Source
many1 :: Alternative f => f a -> f [a]Source
choice :: Alternative f => [f a] -> f aSource
between :: Parser a -> Parser b -> Parser c -> Parser cSource
oneOf :: [Char] -> Parser CharSource
noneOf :: [Char] -> Parser CharSource
Produced by Haddock version 2.6.0