Haskell

The meeting place for professional Haskell programmers
You are not logged in. In order to participate in Special Interest Groups, you should log in now .

importing quickcheck (Discussion)

Created by <Unnamed user> on September 28, 2013 09:55:24 PM.
Status: Open

Messages

By <Unnamed user> @ September 28, 2013 09:57:37 PM
I cannot import QuickCheck to Haskell.. :
"Prelude> import QuickCheck

<no location info>:
    Could not find module `QuickCheck'
    It is not a module in the current program, or in any known package."
how do i sort out the necessary package?

Login with