Dcalc.PrintSourcePrinting functions for the default calculus AST
val format_expr :
?debug:bool ->
Ast.decl_ctx ->
Format.formatter ->
Ast.expr Utils.Pos.marked ->
unitval format_scope :
?debug:bool ->
Ast.decl_ctx ->
Format.formatter ->
(Ast.ScopeName.t * Ast.scope_body) ->
unit