blob: 9496182147f4cb4f68093f06e17f9c2e1c011739 [file] [log] [blame] [edit]
let instr oc width e = Sexpr.output oc width (Arrange.instr e)
let func oc width f = Sexpr.output oc width (Arrange.func f)
let module_ oc width m = Sexpr.output oc width (Arrange.module_ m)
let script oc width mode s =
List.iter (Sexpr.output oc width) (Arrange.script mode s)