module Printer:sig
..end
type'a
printer ='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 printer
Syntax.t
.val print_opcode : Bulletml.Interp_types.opcode printer
Interp_types.opcode
.