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: R Bhagdev
Subject: RE: [CASHeW-s] Re: Mock up.....
Date: Mon, 13 Dec 2004 15:22:44 +0000
User-agent: Internet Messaging Program (IMP) 3.2.2

Quoting Barry Norton <address@hidden>:

> >> 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
> 


Attachment: inEclipse.pdf
Description: Adobe PDF document


reply via email to

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