[Haskell-beginners] haskell error message
Ozgur Akgun
ozgurakgun at gmail.com
Mon Aug 29 15:31:09 CEST 2011
On 29 August 2011 14:20, Daniel Fischer <daniel.is.fischer at googlemail.com>wrote:
> Try a larger value or use the sledgehammer method and turn off the limit:
> -fno-spec-constr-count
>
Yes I tried this and it removes the warnings.
Strangest thing is, when I set -f-spec-constr-count to 10, the generated
warning is "... has four call patterns, but the limit is 3 ...". Somehow it
doesn't say the limit is 10.
Ozgur
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20110829/6246b9d6/attachment.htm>
More information about the Beginners
mailing list