We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Show
1 parent 3b19652 commit b4f0ef6Copy full SHA for b4f0ef6
src/Data/BigInt.purs
@@ -166,7 +166,7 @@ toBase' :: Int -> BigInt -> NonEmptyString
166
toBase' i bi = unsafePartial fromJust $ NES.fromString $ toBase i bi
167
168
instance showBigInt :: Show BigInt where
169
- show x = "fromString \"" <> toString x <> "\""
+ show x = "(fromString \"" <> toString x <> "\")"
170
171
foreign import biAdd :: BigInt -> BigInt -> BigInt
172
foreign import biMul :: BigInt -> BigInt -> BigInt
0 commit comments