66bbbbca895e28780ce7093ab1949c4b5ff9875a4deb5fcf9944f9f8b47caa46

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 4592

Preview (limited to 512 bytes)

"-- |\n-- Module: GHC.Integer.Logarithms.Compat\n-- Copyright: (c) 2011 Daniel Fischer\n-- Licence: MIT\n-- Maintainer: Daniel Fischer <[email protected]>\n-- Stability: Provisional\n-- Portability: Non-portable (GHC extensions)\n--\n-- Low level stuff for integer logarithms.\n{-# LANGUAGE CPP, MagicHash, UnboxedTuples #-}\n#if __GLASGOW_HASKELL__ >= 702\n{-# LANGUAGE Trustworthy #-}\n#endif\nmodule GHC.Integer.Logarithms.Compat\n ( -- * Functions\n integerLogBase#\n , integerLog2#\n "


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete