packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/T9017.hs

{-# LANGUAGE PolyKinds #-}

module T9017 where

import Control.Arrow

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