summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T10615.hs
blob: 6938736e02ad68b4635eb01bdb344f1ee8390ba9 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE RankNTypes #-}
module T10615 where

f1 :: _ -> f
f1 = const

f2 :: _ -> _f
f2 = const