packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/PolyKinds/kind-paren-forall-minimal.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE PolyKinds, ExplicitForAll #-}

module KindParenForall where

f :: forall k (a :: k). a
f = undefined