package ocamldap

  1. Overview
  2. Docs
type token =
  1. | End_of_input
  2. | Change_type_add
  3. | Change_type_modrdn
  4. | Change_type_modify
  5. | Change_type_delete
  6. | Dash
  7. | Newline
  8. | AttributeType of string
  9. | Dn of string
  10. | Add of string
  11. | Delete of string
  12. | Replace of string
  13. | Attr of string * string