[Haskell-cafe] x -> String

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Oct 16 14:37:16 EDT 2009


Hello Andrew,

Friday, October 16, 2009, 10:19:46 PM, you wrote:
> actually print out what's in it. On the other hand, I don't want to
> alter the entire program to have Show constraints everywhere just so I
> can print out some debug traces (and then alter everything back again 
> afterwards once I'm done debugging).

i personally just never use explicit function type declarations. this
way constraints are added and removed automatically depending on
functions you are using inside


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list