summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/indexed-types/should_compile/Simple17.hs
blob: 4e812be0fe51e3ebdcda2b62b00d47992413a931 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeFamilies #-}
module Simple17 where

foo :: Int -> Int
foo n = bar n
  where
    bar :: t ~ Int => Int -> t
    bar n = n