rc #13

Merged
crumbtoo merged 196 commits from dev into main 2024-02-13 13:22:23 -07:00
5 changed files with 2 additions and 2 deletions
Showing only changes of commit ab2cb59526 - Show all commits

View File

@@ -128,8 +128,8 @@ standaloneOf = (<* eof)
partialExpr :: (OnFold) => Parser PartialExpr'
partialExpr = choice
[ try application
, Fix <$> infixExpr
[ try $ Fix <$> infixExpr
, application
]
<?> "expression"
where

View File