Module Make.Debug

val expr : ?label:Prelude.string -> AST.expr -> Prelude.unit

Prints an expression pretty-printed as Rust, with its full AST encoded as JSON, available as a file, so that one can `jless` or `jq` into it.

val item' : ?label:Prelude.string -> AST.item -> Prelude.string
val item : ?label:Prelude.string -> AST.item -> Prelude.unit