| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ldap.Client.Compare
Documentation
compareEither :: Ldap -> Dn -> Attr -> ByteString -> IO (Either ResponseError Bool) Source
compareAsync :: Ldap -> Dn -> Attr -> ByteString -> IO (Async Bool) Source
compareAsyncSTM :: Ldap -> Dn -> Attr -> ByteString -> STM (Async Bool) Source