Module Lambda_lib.Printast

val pp_named : Stdlib.Format.formatter -> string Ast.t -> unit

Pretty-print representation of AST with names.

val pp : (Stdlib.Format.formatter -> 'name -> unit) -> Stdlib.Format.formatter -> 'name Ast.t -> unit
val show : (Stdlib.Format.formatter -> 'name -> unit) -> 'name Ast.t -> string