packages feed

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

module TypeSignature where

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

function :: Char
function = 'a'