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:[EMAIL PROTECTED]

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to