fork(1) download
  1. xs :: [Int]
  2. xs = []
  3.  
  4. main = print (id xs, id 'a')
Success #stdin #stdout 0s 4592KB
stdin
Standard input is empty
stdout
([],'a')