
10 Dec
2013
10 Dec
'13
11:45 a.m.
Is there a trick whereby the customary notation f^n for iterated functional composition ((\n f -> foldl (.) id (replicate n f)) n f) can be defined in Haskell? Doug McIlroy