LDAP-0.6.12: Haskell binding for C LDAP API

CopyrightCopyright (C) 2005 John Goerzen
LicenseBSD
MaintainerJohn Goerzen,
Safe HaskellSafe
LanguageHaskell98

LDAP.Data

Description

Maintainer : jgoerzen@complete.org Stability : provisional Portability: portable

Haskell types for LDAP constants

Written by John Goerzen, jgoerzen@complete.org

Documentation

data LDAPModOp #

Instances
Enum LDAPModOp # 
Instance details

Defined in LDAP.Data

Eq LDAPModOp # 
Instance details

Defined in LDAP.Data

Methods

(==) :: LDAPModOp -> LDAPModOp -> Bool

(/=) :: LDAPModOp -> LDAPModOp -> Bool

Ord LDAPModOp # 
Instance details

Defined in LDAP.Data

Methods

compare :: LDAPModOp -> LDAPModOp -> Ordering

(<) :: LDAPModOp -> LDAPModOp -> Bool

(<=) :: LDAPModOp -> LDAPModOp -> Bool

(>) :: LDAPModOp -> LDAPModOp -> Bool

(>=) :: LDAPModOp -> LDAPModOp -> Bool

max :: LDAPModOp -> LDAPModOp -> LDAPModOp

min :: LDAPModOp -> LDAPModOp -> LDAPModOp

Show LDAPModOp # 
Instance details

Defined in LDAP.Data

Methods

showsPrec :: Int -> LDAPModOp -> ShowS

show :: LDAPModOp -> String

showList :: [LDAPModOp] -> ShowS

data LDAPScope #

Instances
Enum LDAPScope # 
Instance details

Defined in LDAP.Data

Eq LDAPScope # 
Instance details

Defined in LDAP.Data

Methods

(==) :: LDAPScope -> LDAPScope -> Bool

(/=) :: LDAPScope -> LDAPScope -> Bool

Ord LDAPScope # 
Instance details

Defined in LDAP.Data

Methods

compare :: LDAPScope -> LDAPScope -> Ordering

(<) :: LDAPScope -> LDAPScope -> Bool

(<=) :: LDAPScope -> LDAPScope -> Bool

(>) :: LDAPScope -> LDAPScope -> Bool

(>=) :: LDAPScope -> LDAPScope -> Bool

max :: LDAPScope -> LDAPScope -> LDAPScope

min :: LDAPScope -> LDAPScope -> LDAPScope

Show LDAPScope # 
Instance details

Defined in LDAP.Data

Methods

showsPrec :: Int -> LDAPScope -> ShowS

show :: LDAPScope -> String

showList :: [LDAPScope] -> ShowS

data LDAPOptionCode #

data LDAPReturnCode #