chore: remove workaround
This commit is contained in:
parent
2bc25935c6
commit
446b7dc690
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ macro:max "trace!" id:term:max msg:term : term => `(trace $id fun _ => ($msg : M
|
|||
|
||||
syntax[traceInterp] "trace[" ident "]!" term : term
|
||||
|
||||
macro_rules[Lean.traceInterp] -- Fix kind resolution
|
||||
macro_rules[traceInterp]
|
||||
| `(trace[$id]! $s) => `(Lean.trace $(quote id.getId) fun _ => ($s : MessageData))
|
||||
|
||||
end Lean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue