summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/T10438.hs
blob: 583e0dddba7596f06dd31007ee8749fcefacdfcc (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PartialTypeSignatures #-}
{-# LANGUAGE TypeFamilies #-}
module T10438 where

foo f = g
  where g r = x
          where x :: _
                x = r