We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae504b commit 09e2836Copy full SHA for 09e2836
tps/TP4.hs
@@ -31,6 +31,9 @@ import Test.QuickCheck
31
-- For 'readProcess' documentation, see:
32
-- https://hackage.haskell.org/package/process-1.6.13.2/docs/System-Process.html#v:readProcess
33
--
34
+-- Use 'monadicIO' to use 'pyEval' in a QuickCheck property:
35
+-- https://hackage.haskell.org/package/QuickCheck-2.15.0.1/docs/Test-QuickCheck-Monadic.html#v:monadicIO
36
+--
37
-- Use https://hoogle.haskell.org/ to find the functions you need
38
pyEval :: String -> IO String
39
pyEval expr = do
0 commit comments