Up

module Printtyped

: sig
#
val interface : Format.formatter -> Typedtree.signature -> unit
#
val implementation : Format.formatter -> Typedtree.structure -> unit
#
val implementation_with_coercion : Format.formatter -> Typedtree.structure * Typedtree.module_coercion -> unit
#
val pattern : int -> Format.formatter -> Typedtree.pattern -> unit
end