packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/T11016.hs

{-# LANGUAGE ImplicitParams, PartialTypeSignatures #-}

module T11016 where

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

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