Module Module_type

module Module_type: sig .. end

module type Exit = module type of Unix.Exit
module type Exit_or_signal = module type of Unix.Exit_or_signal
module type Exit_or_signal_or_stop = module type of Unix.Exit_or_signal_or_stop
module type Signal = module type of Core.Signal