| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Sound.Tidal.Context
Documentation
module Sound.Tidal.Config
module Sound.Tidal.Control
module Sound.Tidal.Core
module Sound.Tidal.Params
module Sound.Tidal.ParseBP
module Sound.Tidal.Pattern
module Sound.Tidal.Scales
module Sound.Tidal.Show
module Sound.Tidal.Simple
module Sound.Tidal.Stream
module Sound.Tidal.Transition
module Sound.Tidal.UI
module Sound.Tidal.Version
Instances
| Show Arc | |
| NFData1 Ratio | |
Defined in Control.DeepSeq | |
| Enumerable Rational Source # | |
| Parseable Rational Source # | |
| Moddable Rational Source # | |
| Valuable Rational Source # | |
| Integral a => Lift (Ratio a :: Type) | |
| (Data a, Integral a) => Data (Ratio a) | |
Defined in Data.Data Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Ratio a -> c (Ratio a) gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c (Ratio a) dataTypeOf :: Ratio a -> DataType dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c (Ratio a)) dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c (Ratio a)) gmapT :: (forall b. Data b => b -> b) -> Ratio a -> Ratio a gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Ratio a -> r gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Ratio a -> r gmapQ :: (forall d. Data d => d -> u) -> Ratio a -> [u] gmapQi :: Int -> (forall d. Data d => d -> u) -> Ratio a -> u gmapM :: Monad m => (forall d. Data d => d -> m d) -> Ratio a -> m (Ratio a) gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Ratio a -> m (Ratio a) gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Ratio a -> m (Ratio a) | |
| (Storable a, Integral a) => Storable (Ratio a) | |
Defined in Foreign.Storable Methods peekElemOff :: Ptr (Ratio a) -> Int -> IO (Ratio a) pokeElemOff :: Ptr (Ratio a) -> Int -> Ratio a -> IO () peekByteOff :: Ptr b -> Int -> IO (Ratio a) pokeByteOff :: Ptr b -> Int -> Ratio a -> IO () | |
| Integral a => Enum (Ratio a) | |
Defined in GHC.Real | |
| Integral a => Num (Ratio a) | |
| (Integral a, Read a) => Read (Ratio a) | |
| Integral a => Fractional (Ratio a) | |
| Integral a => Real (Ratio a) | |
Defined in GHC.Real Methods toRational :: Ratio a -> Rational | |
| Integral a => RealFrac (Ratio a) | |
| Show a => Show (Ratio a) | |
| Show a => Show (Event a) | |
| NFData a => NFData (Ratio a) | |
Defined in Control.DeepSeq | |
| Eq a => Eq (Ratio a) | |
| Integral a => Ord (Ratio a) | |
denominator :: Ratio a -> a #
approxRational :: RealFrac a => a -> a -> Rational #