Difference between revisions of "Almost Haskell"

From HaskellWiki
Jump to navigation Jump to search
(move 'almost code')
 
m
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
 
* [[Pointfree]]
 
* [[Pointfree]]
 
* [[Obfuscation]]
 
* [[Obfuscation]]
  +
  +
[[Category:Idioms]]
  +
[[Category:Humor]]

Latest revision as of 01:32, 14 July 2021

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