summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14265.hs
blob: 84c1a025a1e5e7642a28921889d76e92693d5d1c (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE PolyKinds #-}

module T124265 where

import Control.Monad.Trans.State( StateT )

f :: proxy _ -> ()
f _ = ()

foo :: StateT _ _ ()
foo = undefined