haskell

1994-01-20 Thread Aiden McCaughey
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

haskell

1993-12-17 Thread Aiden McCaughey
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

haskell

1993-09-07 Thread Aiden McCaughey
. 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