chore(library/init/lean/ir/extract_cpp): add space
This commit is contained in:
parent
ff725b8329
commit
2a13ea484e
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ emit "(" *> a <* emit ")"
|
|||
def comma (a b : extract_m unit) : extract_m unit :=
|
||||
a *> emit ", " *> b
|
||||
|
||||
local infix `<+>`:65 := comma
|
||||
local infix ` <+> `:65 := comma
|
||||
|
||||
def emit_var (x : var) : extract_m unit :=
|
||||
emit $ name.mangle x "_x"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue