On Sun, Aug 15, 2010 at 10:50 AM, Ivan Lazar Miljenovic
<ivan.miljenovic@gmail.com> wrote:
Yeah, I'm working on something like this at the moment, but I'm
currently stuck on naming: if I want to have Functor for kind * -> *,
what's a good name for a type class for kind *?
I was thinking about EtaFunctor, which stands for ç-expanded Functor. But I'm not sure about ç-expansion is correct term for removing polymorphism from the type class.
Also, is there any type for which having a map a -> a _doesn't_ make
sense? Bloomfilters maybe?