Module Scopelang.PrintSource

Sourceval format_var : Format.formatter -> Ast.Var.t -> unit
Sourceval format_location : Format.formatter -> Ast.location -> unit
Sourceval format_typ : Format.formatter -> Ast.typ Utils.Marked.pos -> unit
Sourceval format_expr : ?debug:bool -> Format.formatter -> Ast.expr Utils.Marked.pos -> unit
Sourceval format_scope : ?debug:bool -> Format.formatter -> (Scopelang.Ast.ScopeName.t * Ast.scope_decl) -> unit
Sourceval format_program : ?debug:bool -> Format.formatter -> Ast.program -> unit