-Wall police

This commit is contained in:
Sönke Hahn 2014-10-30 15:41:18 +08:00
parent c61238c488
commit be5ea82524

View file

@ -140,4 +140,5 @@ u :: a
u = undefined
infix 3 ~>
(~>) :: (Show a, Eq a) => a -> a -> Expectation
(~>) = shouldBe