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 :: (OnFold) => Parser PartialExpr'
|
||||||
partialExpr = choice
|
partialExpr = choice
|
||||||
[ try application
|
[ try $ Fix <$> infixExpr
|
||||||
, Fix <$> infixExpr
|
, application
|
||||||
]
|
]
|
||||||
<?> "expression"
|
<?> "expression"
|
||||||
where
|
where
|
||||||
0
tst/Rlp/Parse/DeclsSpec.hs
Normal file
0
tst/Rlp/Parse/DeclsSpec.hs
Normal file
Reference in New Issue
Block a user