ldif-0.0.2: The LDAP Data Interchange Format (LDIF) parserSource codeContentsIndex
Text.LDIF.Parser
Synopsis
parseLDIFStr :: String -> Either ParseError LDIF
parseLDIFFile :: String -> IO (Either ParseError LDIF)
parseDNStr :: String -> Either ParseError DN
Documentation
parseLDIFStr :: String -> Either ParseError LDIFSource
Parse string as LDIF content and return LDIF or ParseError
parseLDIFFile :: String -> IO (Either ParseError LDIF)Source
Read and parse provided file and return LDIF or ParseError
parseDNStr :: String -> Either ParseError DNSource
Parse string as DN and return DN type or ParseError
Produced by Haddock version 2.4.2