Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PratherConid committed Feb 15, 2024
1 parent 6f6587b commit a026f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Auto/Parser/TPTP.lean
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,10 @@ end
<thf_atom_typing>
<tff_atom_typing>
-/
def parseAtomTyping : ParserM Term := do
partial def parseAtomTyping : ParserM Term := do
if (← peek?) == .some (.op "(") then
parseToken (.op "(")
let decl ← parseTypeDecl
let decl ← parseAtomTyping
parseToken (.op ")")
return decl
else
Expand Down

0 comments on commit a026f4a

Please sign in to comment.