planet-mitchell-0.0.0: src/Numeric/Int.hs
module Numeric.Int ( Int , intLog2 , Int8 , Int16 , Int32 , Int64 ) where import GHC.Int (Int, Int16, Int32, Int64, Int8) import Math.NumberTheory.Logarithms (intLog2)
module Numeric.Int ( Int , intLog2 , Int8 , Int16 , Int32 , Int64 ) where import GHC.Int (Int, Int16, Int32, Int64, Int8) import Math.NumberTheory.Logarithms (intLog2)