Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Mar 28, 2022
1 parent ddd93b5 commit fe646fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Disco/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -501,11 +501,8 @@ parseDocString = label "documentation" $ L.nonIndented sc $
-- line with ||| by itself would cause symbol "|||" to consume the
-- newline).

-- | Parse a top-level property/unit test, of the form
--
-- @!!! forall x1 : ty1, ..., xn : tyn. term@.
--
-- The forall is optional.
-- | Parse a top-level property/unit test, which is just @!!!@
-- followed by an arbitrary term.
parseProperty :: Parser Term
parseProperty = label "property" $ L.nonIndented sc $ do
_ <- symbol "!!!"
Expand Down

0 comments on commit fe646fb

Please sign in to comment.