[Haskell-beginners] An unsigned int class.

Brandon Allbery allbery.b at gmail.com
Fri Jul 31 15:32:45 UTC 2015


On Fri, Jul 31, 2015 at 11:30 AM, derek riemer <driemer.riemer at gmail.com>
wrote:

> Is there anything in haskell that represents an unsigned Int class?


It's a type, not a class. "Class" implies something very different in
Haskell.

And I think you're looking for the "Word" type from Data.Word.
http://lambda.haskell.org/platform/doc/current/ghc-doc/libraries/haskell2010-1.1.1.0/Data-Word.html

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20150731/e8bf5e3b/attachment.html>


More information about the Beginners mailing list