package acme

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type command = string
type t =
  1. | AddrEqDot
  2. | Clean
  3. | Dirty
  4. | Cleartag
  5. | Del
  6. | Delete
  7. | DotEqAddr
  8. | Dump of command
  9. | Dumpdir of string
  10. | Get
  11. | Limit
  12. | Mark
  13. | Name of string
  14. | Nomark
  15. | Put
  16. | Show
val p : t -> string
val ps : t list -> string