Module Containers_codegen

Code generators

module Fmt = CCFormat
type code
module Code : sig ... end
module Bitfield : sig ... end
val emit_file : string -> code list -> unit
val emit_chan : Stdlib.out_channel -> code list -> unit
val emit_string : code list -> string