packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T9017.hs

{-# LANGUAGE PolyKinds #-}

module T9017 where

import Control.Arrow

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