This is a common convention that helps to make output usable in REPL. ``` instance showBigInt :: Show BigInt where show x = "(fromString \"" <> toString x <> "\")" ```