Personal tools

Almost Haskell

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(move 'almost code')
Current revision (14:14, 25 September 2006) (edit) (undo)
(categorise)
 
Line 13: Line 13:
* [[Pointfree]]
* [[Pointfree]]
* [[Obfuscation]]
* [[Obfuscation]]
 +
 +
[[Category:Idioms]]

Current revision

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

1 Perfunctors

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

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

2 Related work