packages feed

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

{-# LANGUAGE ImplicitParams, PartialTypeSignatures #-}

module T11016 where

f1 :: (?x :: Int, _) => Int
f1 = ?x

f2 :: (?x :: Int) => _
f2 = ?x