[Haskell-cafe] Question about Haskell types

Neil Mitchell ndmitchell at gmail.com
Sun Feb 26 10:08:18 EST 2006


Hi Pete,

> a = (<)
> b x = (x <)
> c x y = (x < y)

I'm pretty sure this is the Monomorphism Restriction, its on the wiki
at: http://www.haskell.org/hawiki/MonomorphismRestriction

Thanks

Neil


More information about the Haskell-Cafe mailing list