[Haskell-cafe] Type synonyms
Hugo Pacheco
hpacheco at gmail.com
Wed Mar 26 10:31:12 EDT 2008
Hi guys,
There is something I think not to fully understand: what are the differences
between these two type synonyms?
type FInt x = Either One x
type FInt = Either One
Their kind is the same, so do they differ or are exactly the same type?
Thanks,
hugo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080326/6c511339/attachment.htm
More information about the Haskell-Cafe
mailing list