Advanced IO in Haskell

1997-06-05 Thread Lord Shaman
I've got a bit of a problem. I have to write a function which is called repeatedly, and has fixed input types and output types. (None of which are an IO type) I would like to store a temporary variable which is loaded by the function when it's called in a file of some sort, but I can't work o

Announce: Derive

1997-06-05 Thread Noel Winstanley
Derive v1.0 --- Announcing the first public release of Derive, a type-sensitive preprocessor for Haskell. Sources are available from the www address below. Derive can produces instances for all derivable classes in the Prelude, and allows the user to give rules for deriving instances fo