storing to a file

Johan Steunenberg steunenberg_ghc_user@steunenberg.de
14 Nov 2002 11:56:11 +0100


Hello,

I am new to haskell, and to functional programming, and wondering how to
store a Double, or any non-char, to a file. Do I have to make a char
array of the double and store that? Or is it preferred to use the show
and read functions? 

Thanks in advance,
johan steunenberg