module Printer:sig..end
type'aprinter ='a -> string
val print_list : 'a printer -> 'a list printer
Given a way to print an 'a, print a list of 'a.
val print_bulletml : Bulletml.Syntax.t printerSyntax.t.val print_opcode : Bulletml.Interp_types.opcode printerInterp_types.opcode.