
29 Aug
2011
29 Aug
'11
12:47 a.m.
On Mon, Aug 29, 2011 at 12:24 PM, Maciej Marcin Piechotka
instance Functor FList where f `fmap` FList g = ...?
Yes, Functor is also one of the classes that can only be implemented by converting to ordinary lists (I think). So FList could only be made an instance of Pointed without (certain) superclass constraints. Sebastian