Re: [Haskell-cafe] Arrows for invertible programming: Notation, question

2005-12-23 Thread Arjen
but sometimes it triggers a bug if you don't specify it. The semantics of mapl can be found in the paper. regards, Arjen > Thanks, Joel > > -- > http://wagerlabs.com/ > ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Records

2005-11-23 Thread Arjen van Weelden
syntax). I'm sorry for promoting Clean on a Haskell list, but both languages are very similar yet they have a very different approach to records, so it might be interesting to compare them. kind regards, Arjen ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Partial Derivatives

2006-05-08 Thread Arjen van Weelden
Hi, Jerzy Karczmarczuk has a nice paper about "Functional Differentiation of Computer Programs", see http://users.info.unicaen.fr/~karczma/arpap/ regards, Arjen Gerhard Navratil wrote: Hi, I need a library that provides partial derivatives for functions. The solution I ca