Skip to content

Commit

Permalink
Fix parser build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Herklotz Grave committed Feb 11, 2019
1 parent 4d1efed commit f47c9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VeriFuzz/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ parseDescription :: Text -> Parser Description
parseDescription = undefined

parseVerilogSrc :: Text -> Parser VerilogSrc
parseVerilogSrc = VerilogSrc <$> many1 parseDescription
parseVerilogSrc t = VerilogSrc <$> many1 (parseDescription t)

0 comments on commit f47c9f9

Please sign in to comment.