Re: [Haskell-cafe] Best way to build strings?

2005-07-20 Thread Frank-Andre Riess
dn't test it, because the Text module seems to not be installed on my computer (sad thing not being the admin, isn't it?) Nevertheless, take a look at http://www.haskell.org/ghc/docs/latest/html/libraries/base/Text.Printf.html Regards, Frank-Andre Riess

Re: [Haskell-cafe] IO platform for testing

2005-07-17 Thread Frank-Andre Riess
Hi there, > There are some other, minor problems -- for indexing you need ss!!0, the > name m01_mod, and you may need an 'import' to make getArgs visible. yup, and you have to get rid of the two "do"s in the application of putStrLn.

[Haskell-cafe] Re: haskell parser for java bytecode?

2005-07-05 Thread Frank-Andre Riess
there once was some discussion about having Haskell actually -target- the JVM (I think, it was on the Glasgow Haskell Users list). That might as well be an interesting thing to do. Best regards, Frank-Andre Riess ___ Haskell-Cafe mailing list Haskell-Cafe@h

Re: [Haskell-cafe] Why distinct tyvars in instance declarations?

2005-06-27 Thread Frank-Andre Riess
already being a fully constructed type; Foo, on the other hand, seems to require a type constructor that is yet to parameterize over three more types (e.g. StateT). Greets, Frank-Andre Riess ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] A reference manual for the Haskell monad > functions

2005-06-09 Thread Frank-Andre Riess
> L.S., (B> (B> I have written a reference manual for the most common Haskell monad (B> functions, in the (B> style of "A Tour of the Haskell Prelude". It can be found at: (B> http://members.chello.nl/hjgtuyl/tourdemonad.html (B> (B> (B> Known bug: (B> Not all keywords in the "See also

[Haskell-cafe] Usage of | in classes

2005-06-07 Thread Frank-Andre Riess
Hi, (B (BGracjan's question led me to another question: (B (B> class Monad m => Ref m r | m -> r where (B> newRef :: a -> m (r a) (B> readRef :: r a -> m a (B> writeRef :: r a -> a -> m () (B (BWhat's the meaning of the bar and the function type in this declaration. I've (

[Haskell-cafe] About ($)

2005-06-02 Thread Frank-Andre Riess
Hello there, name's Frank-Andre Riess. Nice to meet you m(_ _)m So, well, my first question on this list is admittedly somewhat simple, but I managed to delay it long enough and now I think I should ask about it: Does ($) have any relevance at all except for being a somewhat handier versi