fork(1) download
  1. import Data.Typeable
  2.  
  3. main = print $ typeOf (zipWith (+) [1 :: Int])
Success #stdin #stdout 0s 6288KB
stdin
Standard input is empty
stdout
[Int] -> [Int]