Almost Haskell

From HaskellWiki
Revision as of 14:14, 25 September 2006 by DonStewart (talk | contribs) (categorise)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Almost code is code that sounds like it might be real Haskell, but isn't.

Perfunctors

Perfunctors are like functors, but more perfunctory. We have:

perfunctory :: (Perfunctor (f :: * -> *)) => f a -> f a

Related work