j
k
j a
j l
On 2/6/07, phiroc@free.fr wrote:
Hello, how would you convert Boolean triples to strings, in the IO function? printStrings :: (Bool,Bool,Bool) -> IO ()
Hello,
how would you convert Boolean triples to strings, in the IO function?
printStrings :: (Bool,Bool,Bool) -> IO ()
Take a look at 'show': Prelude> show True "True" martin
Back to the thread
Back to the list