Skip to content

Commit

Permalink
fix do parser confusion with vars
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorTaelin committed Oct 18, 2024
1 parent 348e3ca commit 565bfa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kind/Parse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ expandUses uses name =

parseDo :: Parser Term
parseDo = withSrc $ do
string "do "
P.try $ string "do "
name <- parseName
char '{'
parseTrivia
Expand Down

0 comments on commit 565bfa7

Please sign in to comment.