Open leodemoura opened 2 years ago
I just ran into this as well. I think Tactic
should be TSyntax `tactic -> TacticM Unit
rather than Syntax -> TacticM Unit
.
@Vtec234 It should, but in order to generate a type error here we would also have to fix Macro
as mentioned in https://github.com/leanprover/lean4/pull/1251
One has to write the
elab_rules
above as