software-engineering-amsterdam / ST2017_WG_4

0 stars 0 forks source link

Lab 6 6a, 6b, 7 #10

Open BertLisser opened 7 years ago

BertLisser commented 7 years ago

Lab 6:

6a, 6b:

testMR (h:t) = do
 a <- primeMR 3 h
 b <- testMR t
return ((h,a):b)

Why you have chosen 3as 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)