After cabal install Djinn which is using QuickCheck, the executable file is in ./.cabal/bin/djinn.
then I copy the executable to the directory Downloads/Djinn/UU/Examples/
want to run example Equality.hs then djinn Equality.hs, can not parse command
then ./djinn then :load full path/UU/Examples/Equality.hs
return cannot parse command
Equality.hs? I can't find it in djinn's source repository. Also,djinnis not supposed to work on Haskell source, is it? – sr_ Oct 30 '11 at 10:22