
1 Jun
2007
1 Jun
'07
10:07 a.m.
Hello Andrew, Thursday, May 31, 2007, 11:47:28 PM, you wrote:
(Otherwise... wasn't there some library somewhere for serialising values in binary?)
Binary, AltBinary (see latest HCAR), just an example using AltBinary: main = do let s = encode (1.1::Float) -- s has type String print (decode s::Float, s) -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com