QuickCheck does not work · Issue #122 · sol/doctest

code import GHC.OldList (nub) -- | -- prop> foo == 2 foo = 2 main = putStrLn "dummy" shell » doctest Foo.hs ### Failure in Foo.hs:4: expression `foo == 2' <interactive>:39:3: Not in scope: ‘polyQui...</interactive>