Yampa-0.9.1.2: Library for programming hybrid systems.Source codeContentsIndex
AFRPMiscellany
Portabilitynon-portable (uses GHC extensions)
Stabilityprovisional
Maintainerantony@apocalypse.org
Description
Collection of entities that really should be part the Haskell 98 prelude or simply have no better home.
Documentation
(#) :: (a -> b) -> (b -> c) -> a -> cSource
dup :: a -> (a, a)Source
swap :: (a, b) -> (b, a)Source
mapFst :: (a -> b) -> [(a, c)] -> [(b, c)]Source
mapSnd :: (a -> b) -> [(c, a)] -> [(c, b)]Source
fDiv :: (RealFrac a, Integral b) => a -> a -> bSource
fMod :: RealFrac a => a -> a -> aSource
fDivMod :: (RealFrac a, Integral b) => a -> a -> (b, a)Source
Produced by Haddock version 2.3.0