sigma-ij-0.2.0.2: Thom polynomials of second order Thom-Boardman singularities

Safe HaskellSafe
LanguageHaskell2010

Math.FreeModule.Helper

Description

misc helper functions

Documentation

(<#>) :: (a -> b) -> (c -> d) -> (a, c) -> (b, d) Source #

equating :: Eq b => (a -> b) -> a -> a -> Bool Source #

sortByFst :: Ord b => [(b, c)] -> [(b, c)] Source #

filterNotZero :: (Eq c, Num c) => [(b, c)] -> [(b, c)] Source #