GHC 7.0.3 (ubuntu repoes) generates type warnings at compile time
SpecConstr Function `$j_se6a{v} [lid]' has one call pattern, but the limit is 0 Use -fspec-constr-count=n to set the bound Use -dppr-debug to see specialisations
I created my own data type when I make it strict, there are these warnings when it is lazy, no. Although I tested that both versions work equally fast, so probably it's too strict here. Anyway, are these warnings serious?
source share