Yampa-0.9.2: Library for programming hybrid systems.Source codeContentsIndex
FRP.Yampa.Miscellany
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
sel3_1 :: (a, b, c) -> aSource
sel3_2 :: (a, b, c) -> bSource
sel3_3 :: (a, b, c) -> cSource
sel4_1 :: (a, b, c, d) -> aSource
sel4_2 :: (a, b, c, d) -> bSource
sel4_3 :: (a, b, c, d) -> cSource
sel4_4 :: (a, b, c, d) -> dSource
sel5_1 :: (a, b, c, d, e) -> aSource
sel5_2 :: (a, b, c, d, e) -> bSource
sel5_3 :: (a, b, c, d, e) -> cSource
sel5_4 :: (a, b, c, d, e) -> dSource
sel5_5 :: (a, b, c, d, e) -> eSource
fDiv :: RealFrac a => a -> a -> IntegerSource
fMod :: RealFrac a => a -> a -> aSource
fDivMod :: RealFrac a => a -> a -> (Integer, a)Source
Produced by Haddock version 2.3.0