Lean4
/-- The Frobenius automorphism of `k`, as a linear equivalence -/
@[scoped term_parser 1000]
public meta def «term_≃ᶠˡ[_,_]_» : Lean.TrailingParserDescr✝ :=
ParserDescr.trailingNode✝ `Isocrystal.«term_≃ᶠˡ[_,_]_» 50 0
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ " ≃ᶠˡ[") (ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ ", "))
(ParserDescr.cat✝ `term 0))
(ParserDescr.symbol✝ "] "))
(ParserDescr.cat✝ `term 0))