-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Fast functions on integers. -- -- Fast functions for number theory and combinatorics with a high level -- of safety guaranteed by ATS. @package fast-arithmetic @version 0.6.4.3 -- | This module contains functions that are common to the benchmark and -- test suites. module Numeric.Haskell hsPermutations :: Integral a => a -> a -> a hsIsPrime :: Integral a => a -> Bool hsMaxRegions :: Integral a => a -> Integer hsDerangement :: Integral a => Int -> a