Re: Arrays and general functions

1992-09-23 Thread jhf
Ken Sailor writes | Reginald Meeson writes | | > Interesting discussion, but it seems to me that Haskell already | > provides the best of both worlds, namely | | > a. Efficient implementation of arrays as data objects, with indexing | > as a projection function; and | | (Actually, efficien

No Subject

1992-09-23 Thread Ken Sailor
Subject: Re: Arrays and general functions Reginald Meeson writes > Interesting discussion, but it seems to me that Haskell already > provides the best of both worlds, namely > a. Efficient implementation of arrays as data objects, with indexing > as a projection function; and (Actu

Arrays and general functions

1992-09-23 Thread David Barton
Reginald Meeson writes: >Interesting discussion, but it seems to me that Haskell already >provides the best of both worlds, namely > > a. Efficient implementation of arrays as data objects, with indexing > as a projection function; and > > b. Definition of functions with (Ix a) domains by i