children :: Person -> [Person]
greatGrandChildren :: Person -> [Person]
greatGrandChildren = children <=< children <=< children #sweet
-
-
Replying to @missingfaktor
@missingfaktor and greatGrandChildrenN :: Int -> Person -> [Person] = ?2 replies 0 retweets 0 likes -
Replying to @etorreborre
@etorreborre@missingfaktor remember that `id` and (.) form a monoid, so one could use `mconcat` for this (among other things)...1 reply 0 retweets 0 likes -
Replying to @mergeconflict
@mergeconflict@etorreborre@missingfaktor All categories form a monoid.2 replies 0 retweets 0 likes -
Replying to @dibblego
@dibblego@mergeconflict@missingfaktor I still don't see how to use n: Int to compose n times a kleisli1 reply 0 retweets 0 likes
Replying to @etorreborre
@etorreborre @mergeconflict @missingfaktor What would the type be exactly?
12:29 AM - 19 Aug 2012
0 replies
0 retweets
0 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.