Lists! The finite kind.
This could mean Seq for instance.
On Nov 30, 2012 9:53 AM, "Brent Yorgey" <byorgey@seas.upenn.edu> wrote:
Any data type which admits structures of arbitrary but *only finite*
size has a natural "zippy" Apply instance but no Applicative (since
pure would have to be an infinite structure). The Map instance I
mentioned above falls in this category. Though I guess I'm having
trouble coming up with other examples, but I'm sure some exist. Maybe
Edward knows of other examples.