Module type MapReduce.EntryPoint

module type EntryPoint = sig .. end

val main : string list -> unit Deferred.t
the entry point of an app