-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Orphan instances for types from sample-frame and numericprelude -- -- Orphan instances for types from sample-frame package and type -- classes from numeric-prelude. Using this package instead -- defining custom orphan instances saves you from conflicting instances. -- -- This is used by packages synthesizer, -- synthesizer-alsa, synthesizer-llvm. @package sample-frame-np @version 0.0.3 module Sound.Frame.NumericPrelude.Stereo data T a :: * -> * left :: T a -> a right :: T a -> a cons :: a -> a -> T a map :: (a -> b) -> T a -> T b instance (Ord a, C a v) => C a (T v) instance (C a, Sqr a v) => C a (T v) instance Sqr a v => Sqr a (T v) instance (C a, C a v) => C a (T v) instance C a v => C a (T v) instance C a => C (T a)