Module Main

module Main: sig .. end

type format = 
| Dot
| Json
val output : format -> Context.t -> string -> unit
val main : unit -> unit