Up

module Printlambda

: sig
#
val structured_constant : Format.formatter -> Lambda.structured_constant -> unit
#
val lambda : Format.formatter -> Lambda.lambda -> unit
#
val primitive : Format.formatter -> Lambda.primitive -> unit
end