Skip to content

Commit

Permalink
remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
kmill committed Nov 22, 2024
1 parent c9a9d90 commit 44c24ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Lean/Parser/Term.lean
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ def structInstFieldBinder :=
binderIdent <|> bracketedBinder
def structInstField := ppGroup $ leading_parser
structInstLVal >> many (checkColGt >> structInstFieldBinder) >> optional (atomic (" : " >> termParser >> notFollowedBy "}" "}")) >> optional (" := " >> termParser)
-- def structInstFieldAbbrev := leading_parser
-- -- `x` is an abbreviation for `x := x`
-- atomic (ident >> notFollowedBy ("." <|> ":=" <|> symbol "[" <|> (checkColGt "-" >> structInstFieldBinder)) "invalid field abbreviation")
def optEllipsis := leading_parser
optional " .."
/-
Expand Down

0 comments on commit 44c24ea

Please sign in to comment.