package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Alt
  2. | Click
  3. | Control
  4. | Double
  5. | Down
  6. | Drag
  7. | Hyper
  8. | Meta
  9. | Shift
  10. | Super
  11. | Triple
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t