packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/FunctionalDependencies/fundep-empty-left.hs

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

module FunctionalDependenciesEmptyLeft where

class KeepRight a b | -> b where
  keepRight :: a -> b