synthesizer-core-0.3: src/Synthesizer/Frame/Stereo.hs
{- |
We just re-export @Sound.Frame.NumericPrelude.Stereo@.
-}
module Synthesizer.Frame.Stereo (T, left, right, cons, map, ) where
import Sound.Frame.NumericPrelude.Stereo
import Prelude hiding (map, )