Skip to content

Commit

Permalink
Make it compile
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Nov 23, 2024
1 parent 687532e commit b8b9a7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Data/FloatW.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ foreign import ccall "acos" cacos :: FloatW -> IO FloatW
foreign import ccall "atan" catan :: FloatW -> IO FloatW
foreign import ccall "atan2" catan2 :: FloatW -> FloatW -> IO FloatW

-- Assumes 64 bit floats
-- Assumes 32/64 bit floats
instance RealFloat FloatW where
floatRadix _ = 2
floatDigits _ = flt 24 53
Expand Down
2 changes: 0 additions & 2 deletions lib/Numeric/FormatFloat.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ module Numeric.FormatFloat(
showHFloat,

) where
import Prelude()
import MiniPrelude
import Data.Char
import Numeric.Show

Expand Down

0 comments on commit b8b9a7a

Please sign in to comment.