module Numeric.Int ( Int , intLog2 , Int8 , Int16 , Int32 , Int64 ) where import GHC.Int (Int, Int16, Int32, Int64, Int8) import Math.NumberTheory.Logarithms (intLog2)