cashew-s
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [CASHeW-s] Re: Mock up.....


From: Andrew John Hughes
Subject: RE: [CASHeW-s] Re: Mock up.....
Date: Mon, 13 Dec 2004 15:56:00 +0000

On Mon, 2004-12-13 at 14:57, Barry Norton wrote:
> >> I think we were to show a list function?  
> >> This assignment has made me a bit rusty...
> >
> >A list function?  
> 
> Yes, polymorphic list concatenation seemed like a reasonably easy
> instantiation for a 'Join' operator...
> 
> (++) :: [a] -> [a] -> [a]
> [] ++ ys = ys
> (x:xs) ++ ys = x : (xs++ys)
> 
> Barry
> 
> 
> 
> 
> 
> _______________________________________________
> CASHeW-s mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/cashew-s

Ah, makes sense now.  I was thinking of Java UI elements... lol.
-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman

"We've all been part of the biggest beta test the world has ever known --
Windows"
-- Victor Wheatman, Gartner

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]