Re: [Haskell-cafe] Arrow combinator names

2008-02-19 Thread Wolfgang Jeltsch
Am Montag, 18. Februar 2008 04:37 schrieb Tom Davies: > Are there generally accepted English language names for the arrow > combinators? > > >>> compose? > > &&& pair? > > etc... I call >>> “sequence”. Best wishes, Wolfgang ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] Arrow combinator names

2008-02-18 Thread Brent Yorgey
On Sun, Feb 17, 2008 at 10:37 PM, Tom Davies <[EMAIL PROTECTED]> wrote: > Are there generally accepted English language names for the arrow > combinators? > > >>> compose? Well, compose usually means something with type (a c d -> a b c -> a b d), but (>>>) has the dual type (a b c -> a c d -> a

Re: [Haskell-cafe] Arrow combinator names

2008-02-17 Thread Derek Elkins
On Mon, 2008-02-18 at 03:37 +, Tom Davies wrote: > Are there generally accepted English language names for the arrow combinators? > > >>> compose? That's fine though ambiguous. > &&& pair? > > etc... The rest don't generally accepted readings. There are some examples of wordier names used

[Haskell-cafe] Arrow combinator names

2008-02-17 Thread Tom Davies
Are there generally accepted English language names for the arrow combinators? >>> compose? &&& pair? etc... ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe