Module Raw_handler.T

module T: sig .. end

type ('a, 'execution_context) t = {
   execution_context : 'execution_context;
   run : 'a -> unit;
}