Module Hook0.Hook_type

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