ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T9017.hs
{-# LANGUAGE PolyKinds #-}
module T9017 where
import Control.Arrow
foo :: a b (m b)
foo = arr return
{-# LANGUAGE PolyKinds #-}
module T9017 where
import Control.Arrow
foo :: a b (m b)
foo = arr return