ldif-0.0.2: The LDAP Data Interchange Format (LDIF) parserSource codeContentsIndex
Text.LDIF.Printer
Description
LDIF serializers
Synopsis
ldif2Str :: LDIF -> String
dn2Str :: DN -> String
change2Str :: ChangeRecord -> String
content2Str :: ContentRecord -> String
Documentation
ldif2Str :: LDIF -> StringSource
Serialize LDIF in LDIF Format
dn2Str :: DN -> StringSource
Serialize DN to LDIF Format
change2Str :: ChangeRecord -> StringSource
Serialize Change Record in LDIF Format
content2Str :: ContentRecord -> StringSource
Serialize Content Record in LDIF Format
Produced by Haddock version 2.4.2