Module Hook.Hook_type

type 'a t = 'a Ecaml__.Hook0.Hook_type.t =
| File : file t
| Normal : normal t
| Window : window t
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t