feat: Condensed interface #85

Merged
aniva merged 27 commits from serial/expr into dev 2024-08-15 22:41:59 -07:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 94c7b021f7 - Show all commits

View File

@ -20,8 +20,8 @@ def isInaccessible (n: Name) : Bool := n.isInaccessibleUserName
@[export pantograph_mk_app_meta_m]
def mkAppM (constName : Name) (xs : Array Expr) : MetaM Expr := Meta.mkAppM constName xs
@[export pantograph_pp_expr]
def ppExpr (e: Expr) := Meta.ppExpr e
@[export pantograph_pp_expr_meta_m]
def ppExpr (e: Expr): MetaM String := toString<$> Meta.ppExpr e
-- Mirrors Lean's LocalDecl