summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T9017.hs
blob: 7f93f54f8163d9a6ae9bc226400085059b1ca367 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PolyKinds #-}

module T9017 where

import Control.Arrow

foo :: a b (m b)
foo = arr return