package ecaml

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

Innovation. Community. Security.