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
testMR (h:t) = do
a <- primeMR 3 h
b <- testMR t
return ((h,a):b)
Why you have chosen 3 as first argument of primeMR.
I expect a detailed report with outcomes with varying parameters of primeMR. Then you see that even testMR returns false positves.
6a(=6) 6b(=6)
7(=10)
The text was updated successfully, but these errors were encountered:
Lab 6:
6a, 6b:
Why you have chosen
3
as first argument ofprimeMR
.I expect a detailed report with outcomes with varying parameters of
primeMR
. Then you see that eventestMR
returns false positves.6a(=6) 6b(=6)
7(=10)
The text was updated successfully, but these errors were encountered: