-- 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. -- -- This is used by packages synthesizer. @package sample-frame-np @version 0.0.1 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)