aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/FunctionalDependencies/fundep-class-instance.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE FunctionalDependencies #-}
{-# LANGUAGE MultiParamTypeClasses #-}
module FunctionalDependenciesClassInstance where
class Convert a b | a -> b where
convert :: a -> b
instance Convert Int Integer where
convert = toInteger