packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/FunctionalDependencies/fundep-with-context.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE MultiParamTypeClasses #-}

module FunctionalDependenciesWithContext where

class Show a => Pretty a b | a -> b where
  pretty :: a -> b