Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Functional > Re: Overloaded ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 31 Topic 2745 of 3038
Post > Topic >>

Re: Overloaded unification

by rossberg@[EMAIL PROTECTED] Jan 27, 2008 at 08:34 AM

On Jan 26, 8:12=A0pm, "David B. Benson" <dben...@[EMAIL PROTECTED]
> wrote:
>
> In SML @[EMAIL PROTECTED]
 has type
>
> 'a list * 'a list -> 'a list
>
> Consider
>
> overload fun @[EMAIL PROTECTED]
(A,i) =3D Array.sub(A,i)
>
> so this @[EMAIL PROTECTED]
 has type 'a array * int -> 'a
> but with the infix notation, we can now write
>
> [A@[EMAIL PROTECTED]
>
> to provide a (slightly silly) example.
>
> Don't see how to use type cl***** for this ad-hocery.

AFAICS, that's possible with multi-parameter type cl*****. Something
along the lines of:

  class At a b c | a b -> c where
    (@[EMAIL PROTECTED]
) :: a -> b -> c

  instance At (List a) (List a) (List a) where ...
  instance At (Array a b) b a where ...

On the other hand, I don't see why anybody in his sane mind would ever
want to have something that ad-hoc -- it is utterly bad, obfuscated
style. In FPLs, you'd rather invent a new operator symbol (e.g.
Haskell uses !! for indexing).

- Andreas
 




 31 Posts in Topic:
Overloaded unification
"David B. Benson&quo  2008-01-25 13:30:40 
Re: Overloaded unification
Jon Harrop <usenet@[EM  2008-01-26 02:31:04 
Re: Overloaded unification
"David B. Benson&quo  2008-01-26 11:12:00 
Re: Overloaded unification
Jon Harrop <usenet@[EM  2008-01-26 22:58:21 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-27 08:34:18 
Re: Overloaded unification
"David B. Benson&quo  2008-01-27 12:36:18 
Re: Overloaded unification
"David B. Benson&quo  2008-01-27 13:35:54 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-28 00:18:00 
Re: Overloaded unification
Jon Harrop <usenet@[EM  2008-01-28 08:28:01 
Re: Overloaded unification
Florian Weimer <fw@[EM  2008-01-28 11:20:41 
Re: Overloaded unification
"David B. Benson&quo  2008-01-28 10:29:00 
Re: Overloaded unification
Neelakantan Krishnaswami   2008-01-28 23:38:56 
Re: Overloaded unification
"David B. Benson&quo  2008-01-28 12:01:13 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-28 13:35:44 
Re: Overloaded unification
torbenm@[EMAIL PROTECTED]  2008-01-29 10:18:25 
Re: Overloaded unification
Neelakantan Krishnaswami   2008-01-25 22:27:03 
Re: Overloaded unification
"David B. Benson&quo  2008-01-28 14:29:28 
Re: Overloaded unification
"David B. Benson&quo  2008-01-28 14:31:29 
Re: Overloaded unification
Christian Maeder <Chri  2008-01-29 09:21:49 
Re: Overloaded unification
Florian Weimer <fw@[EM  2008-01-29 01:21:03 
Re: Overloaded unification
Chris F Clark <cfc@[EM  2008-01-29 00:15:03 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-29 02:56:52 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-29 03:06:50 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-29 03:19:59 
Re: Overloaded unification
"David B. Benson&quo  2008-01-29 12:04:54 
Re: Overloaded unification
torbenm@[EMAIL PROTECTED]  2008-01-30 12:29:01 
Re: Overloaded unification
rossberg@[EMAIL PROTECTED  2008-01-30 04:20:37 
Re: Overloaded unification
"David B. Benson&quo  2008-01-30 10:10:13 
new Fortrans (was Re: Overloaded unification)
raould <raould@[EMAIL   2008-02-14 14:06:33 
Re: new Fortrans (was Re: Overloaded unification)
Jon Harrop <usenet@[EM  2008-02-15 06:13:47 
Re: new Fortrans (was Re: Overloaded unification)
"David B. Benson&quo  2008-02-14 16:51:25 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Oct 14 11:13:32 CDT 2008.