Skip to content

Commit

Permalink
Merge pull request #121 from konsumlamm/printf-double
Browse files Browse the repository at this point in the history
Uncomment `PrintfArg Double` instance
  • Loading branch information
augustss authored Feb 4, 2025
2 parents 0d7e940 + ff29184 commit 19f7c31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Text/Printf.hs
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,9 @@ instance PrintfArg Natural where
instance PrintfArg Float where
formatArg = formatRealFloat

{- Double=Float
-- | @since 2.01
instance PrintfArg Double where
formatArg = formatRealFloat
-}

-- | This class, with only the one instance, is used as
-- a workaround for the fact that 'String', as a concrete
Expand Down

0 comments on commit 19f7c31

Please sign in to comment.