[Haskell-beginners] QuickCheck Crazy
Brandon Allbery
allbery.b at gmail.com
Fri Oct 17 13:59:54 UTC 2014
On Fri, Oct 17, 2014 at 1:53 AM, Dimitri DeFigueiredo <
defigueiredo at ucdavis.edu> wrote:
> This makes more sense now. It does still seem like very unsafe default
> behavior by quickCheck.
QuickCheck has no way of knowing that ghci has ExtendedDefaultRules
enabled, and (quite aside from the difficulty of doing type-case in
Haskell) I'm not sure that arbitrarily declaring types involving () to be
user error is a good idea.
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20141017/b3e1ab01/attachment.html>
More information about the Beginners
mailing list