|
MissingH.ConfigParser.Parser | Portability | portable | Stability | provisional | Maintainer | John Goerzen <jgoerzen@complete.org> |
|
|
|
Description |
Parser support for MissingH.ConfigParser. This module is not intended to be
used directly by your programs.
Copyright (c) 2004 John Goerzen, jgoerzen@complete.org
|
|
Synopsis |
|
|
|
Documentation |
|
parse_string :: MonadError CPError m => String -> m ParseOutput |
|
parse_file :: MonadError CPError m => FilePath -> IO (m ParseOutput) |
|
parse_handle :: MonadError CPError m => Handle -> IO (m ParseOutput) |
|
interpmain :: (String -> Either CPError String) -> Parser String |
|
type ParseOutput = [(String, [(String, String)])] |
Internal output from parser
|
|
Produced by Haddock version 0.8 |