i did not realise my fs is case insensitive
This commit is contained in:
@@ -128,8 +128,8 @@ standaloneOf = (<* eof)
|
||||
|
||||
partialExpr :: (OnFold) => Parser PartialExpr'
|
||||
partialExpr = choice
|
||||
[ try application
|
||||
, Fix <$> infixExpr
|
||||
[ try $ Fix <$> infixExpr
|
||||
, application
|
||||
]
|
||||
<?> "expression"
|
||||
where
|
||||
0
tst/Rlp/Parse/DeclsSpec.hs
Normal file
0
tst/Rlp/Parse/DeclsSpec.hs
Normal file
Reference in New Issue
Block a user