feat: elab_rules : conv
This commit is contained in:
parent
5654d8465d
commit
2cb333a260
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ def elabElabRulesAux (doc? : Option (TSyntax ``docComment))
|
|||
`($[$doc?:docComment]? @[$(← mkAttrs `command_elab),*]
|
||||
aux_def elabRules $(mkIdent k) : Lean.Elab.Command.CommandElab :=
|
||||
fun $alts:matchAlt* | _ => no_error_if_unused% throwUnsupportedSyntax)
|
||||
else if catName == `tactic then
|
||||
else if catName == `tactic || catName == `conv then
|
||||
`($[$doc?:docComment]? @[$(← mkAttrs `tactic),*]
|
||||
aux_def elabRules $(mkIdent k) : Lean.Elab.Tactic.Tactic :=
|
||||
fun $alts:matchAlt* | _ => no_error_if_unused% throwUnsupportedSyntax)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue