Skip to content

Commit

Permalink
Minor change to example
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Apr 27, 2012
1 parent dc57757 commit ae02527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Spec.hs
Expand Up @@ -13,4 +13,4 @@ spec = do
reverse [1 :: Int, 2, 3] `shouldBe` [3, 2, 1]

it "gives the original list, if applied twice" $ property $
\(xs) -> reverse (reverse xs) == (xs :: [Int])
\xs -> reverse (reverse xs) == (xs :: [Int])

0 comments on commit ae02527

Please sign in to comment.