csound-expression-0.0: src/CsoundExpr/Translator/Cs/IM.hs
{-# LANGUAGE MultiParamTypeClasses #-}
module CsoundExpr.Translator.Cs.IM (IM(..))
where
class IM a b where
from :: a -> b
to :: b -> a
{-# LANGUAGE MultiParamTypeClasses #-}
module CsoundExpr.Translator.Cs.IM (IM(..))
where
class IM a b where
from :: a -> b
to :: b -> a