I believe parser is now passing my small corpus
This commit is contained in:
parent
4190ce2621
commit
28264dac34
2 changed files with 3 additions and 1 deletions
|
@ -246,7 +246,7 @@ pSigSpecConcat = p <?> name where
|
|||
name = "SigSpecConcat"
|
||||
p =
|
||||
do
|
||||
char '{' <* pWs
|
||||
char '{' <* pMaybeWs
|
||||
sigspecs <- many $ pSigSpec <* pWs
|
||||
char '}'
|
||||
return $ SigSpecConcat sigspecs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue