
1 Dec
2013
1 Dec
'13
6:09 p.m.
On Mon, Dec 02, 2013 at 11:38:33AM +1300, ml@extensibl.com wrote:
On Mon, Dec 02, 2013 at 11:30:50AM +1300, Patrick Redmond wrote:
Prelude> import Foreign.C.Types Prelude Foreign.C.Types> read "-10" :: CUInt 4294967286 Prelude Foreign.C.Types> read "300" :: CChar 44
CUInt? I would try CInt instead.
Whoops, that is not related to the original question, sorry.