packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/NamedWildCards/named-wildcard-forall.hs

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

module NamedWildcardForall where

poly :: forall _a. _a -> _a
poly x = x