fork download
  1. type R = (->)
  2.  
  3. main = return ()
  4.  
  5. f :: R a (R b a)
  6. f x y = x
Success #stdin #stdout 0s 4668KB
stdin
Standard input is empty
stdout
Standard output is empty