Mike Gunter wrote: > > Remember you may ONLY use the three functions given above and NOTHING > > else. Creating a list with "foldr (:) []" is also not allowed. > > Only? How do I construct a pair? (I'm probably misunderstanding you.) What I meant to say is that those three functions are the ONLY way to manipulate the abstract container. That is this container has no head, tail , etc. defined for it. -- Kevin Atkinson [EMAIL PROTECTED] http://metalab.unc.edu/kevina/
- Zipping two sequences together with only cons, empty, f... Kevin Atkinson
- Re: Zipping two sequences together with only cons,... Laszlo Nemeth
- Re: Zipping two sequences together with only cons,... Kevin Atkinson
- Re: Zipping two sequences together with only cons,... Lennart Augustsson
- Re: Zipping two sequences together with only cons,... Kevin Atkinson
- Re: Zipping two sequences together with only cons,... Valery Trifonov
- Re: Zipping two sequences together with only cons,... Kevin Atkinson
- Re: Zipping two sequences together with only cons,... Lennart Augustsson
- Re: Zipping two sequences together with only cons,... Kevin Atkinson
- Re: Zipping two sequences together with only cons,... Lennart Augustsson
- Re: Zipping two sequences together with only cons,... Kevin Atkinson
- Re: Zipping two sequences together with only cons,... Koen Claessen
- Re: Zipping two sequences together with only cons,... Torsten Grust
- Re: Zipping two sequences together with only cons,... Peter Hancock
- Re: Zipping two sequences together with only cons,... Laszlo Nemeth