summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_compile/read022.hs
blob: 4ab04cabb8d9e91f648fbb8ebbcac7a70407ee2d (plain)
1
2
3
4
{-# LANGUAGE ScopedTypeVariables #-}
module ShouldCompile where

f (x :: Int) = x + 1