
5 Apr
2014
5 Apr
'14
3:26 p.m.
On Sat, Apr 5, 2014 at 11:13 AM, John M. Dlugosz
The sources I've learned about thus far are not helping me with this one. What's "(# #)"? Haskell is search-hostile.
http://symbolhound.com :p It's an unboxed tuple, a type that is used internally (anything named with a # is GHC internals). You can't work with it normally (you need an extension to use the MagicHash), and it has a number of restrictions since most things require a constructor but an unboxed tuple doesn't have one. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net