"Paterson, Ross" <[email protected]> wrote: > See the GHC Arrow notation documentation for more about the banana > brackets, which let you use user-defined control structures like > event.
I have reread the documentation now. It seems that there are a lot of syntactic constructs, which I've missed. Particularly the banana bracket notation does exactly what I want. Thanks a lot! Greets, Ertugrul -- nightmare = unsafePerformIO (getWrongWife >>= sex) http://ertes.de/ _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
