aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ImplicitParams/keyword-names.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE ImplicitParams #-}
module KeywordNames where
f :: (?case :: Int, ?let :: Int, ?where :: Int, ?do :: Int) => Int
f = ?case + ?let + ?where + ?do