| Safe Haskell | Safe-Inferred | 
|---|
Text.LDIF.Preproc
- preproc :: ByteString -> (ByteString, PosTable)
 - transposePos :: PosTable -> ParseError -> ParseError
 - type PosTable = [PosOp]
 
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