top quotes being printed after a string, using printIO.
P.S What is the difference between `thenIO_` and `thenIO`
`bindIO_` and `bindIO`.
Aiden McCaughey
University of Ulster
> module Main where
> import PreludeGlaIO
> readStringIO :: IO [C
to match in function "showsPrec"'
I have implemented the function as follows and all works as expected but I am
curious as to why the first example does not work.
> instance (Text a) => Text (Set a) where
> showsPrec d (MkSet []) = showString "Set []"
> show
. Point me in the right direction to obtain some more detailed
documentation on using monadic IO with the Glasgow Haskell compiler
version 0.16 (if any exists!).
Many thanks,
Aiden McCaughey
Dept Applied Computing
Magee College
University Of Ulster
email: [EMAIL PROTECTED]
P.S My sample p