Difference between revisions of "Almost Haskell"

From HaskellWiki
Jump to navigation Jump to search
(move 'almost code')
(No difference)

Revision as of 14:12, 25 September 2006

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