Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Tax.Util
Description
Shared utility functions used by other modules
Documentation
fixEq :: Eq a => (a -> a) -> a -> a Source #
Repeatedly apply the function to the argument until it reaches the fixed point.