You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ring のところに tactic does nothing という warning が出て、これをどうやっても消すことができない。
/-- `#expand` の入力に渡すための構文カテゴリ -/
syntax macro_stx := command <|> tactic <|> term
open Lean in/-- マクロを展開するコマンド -/
elab "#expand " t:macro_stx : command => dolet t : Syntax := match t.raw with
| .node _ _ #[t] => t
| _ => t.raw
match ← Elab.liftMacroM <| Macro.expandMacro? t with
| none => logInfo m!"Not a macro"
| some t => logInfo m!"{t}"set_option linter.unreachableTactic false
/--info: first| ring1| try_this ring_nf-/
#guard_msgs (info) in
#expand ring
The text was updated successfully, but these errors were encountered:
ring のところに tactic does nothing という warning が出て、これをどうやっても消すことができない。
The text was updated successfully, but these errors were encountered: