Skip to content

Lab 3: Ex 4 #4

@BertLisser

Description

@BertLisser

Wauw, you have made an implementation of quickCheck. Well documented, excellent work.
But fair is fair. I can not give you a 10 because of:

r2 <- getRandomBoundedInt 2 10
.
.
ff <- generateForms r2 (d-1) n

must be

r2 <- getRandomBoundedInt 0 10
.
.
ff <- generateForms r2 (d-1) n

So important test cases were missed.

Well done (=9)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions