fork(5) download
  1. al = ['a'..'z']
  2.  
  3. foo n = length $ iterate (\l -> l >>= \x -> map (:x) al) [[]] !! n
  4.  
  5. main = print $ foo 6
Success #stdin #stdout 2.38s 5724KB
stdin
Standard input is empty
stdout
308915776