packages feed

haskell-names-0.5.0: tests/annotations/TypeSignature.hs

module TypeSignature where

f,g :: Int -> Int
f x = 2 * x
g x = x + x