Source file cycle_hook.ml

1
2
3
4
5
type t = unit -> unit

module Handle = struct
  type t = Types.Cycle_hook_handle.t
end