You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a property that spans multiple lines, like this:
-- prop> :{
-- \x -> x == x
-- :}
Expected:
The property will parse and execute correctly, passing the test.
Actual:
### Failure in ... : expression `:{'
<interactive>:106:21: error: parse error on input ‘:’
<interactive>:107:3: error:
• ‘doctest_prop’ is not in scope at a reify
• In the untyped splice: $(polyQuickCheck (mkName "doctest_prop"))
Examples: 8 Tried: 8 Errors: 0 Failures: 1
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Create a property that spans multiple lines, like this:
Expected:
The property will parse and execute correctly, passing the test.
Actual:
The text was updated successfully, but these errors were encountered: