package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t =
  1. | After_change_hook : after_change t
  2. | Before_change_hook : before_change t
  3. | File_hook : file t
  4. | Normal_hook : normal t
  5. | Frame_hook : frame t
  6. | Window_hook : window t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t