Skip to content

Commit

Permalink
Merge branch 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Apr 7, 2010
2 parents ddc32a1 + 4545519 commit d4f1fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/Convertible/Instances/Num.hs
Expand Up @@ -18,7 +18,7 @@ For license and copyright information, see the file COPYRIGHT
These instances perform conversion between numeric types such as Double, Int, Integer,
Rational, and the like. Here are some notes about the conversion process:
Conversions from floating-point types such as Double to integral types are dune via the
Conversions from floating-point types such as Double to integral types are done via the
'truncate' function. This is a somewhat arbitrary decision; if you need different
behavior, you will have to write your own instance or manually perform the conversion.
Expand Down Expand Up @@ -668,4 +668,4 @@ instance Convertible Word64 Char where


instance Convertible Integer Integer where
safeConvert = return . id
safeConvert = return . id

0 comments on commit d4f1fd1

Please sign in to comment.