ldif-0.0.12: The LDAP Data Interchange Format (LDIF) tools

Safe HaskellSafe-Inferred

Text.LDIF.Preproc

Synopsis

Documentation

preproc :: ByteString -> (ByteString, PosTable)Source

Preprocessing of LDIF file, concat wrapped lines and remove comment lines

transposePos :: PosTable -> ParseError -> ParseErrorSource

Convert error position to original text before preprocessing

type PosTable = [PosOp]Source

Opaque data necessary for relation between text after preprocessing and original