packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T9017.hs

{-# LANGUAGE PolyKinds #-}

module T9017 where

import Control.Arrow

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