b01d16545b10fb22d09fd5306dc549a43b242592
[ghc-base.git] / GHC / Show.lhs-boot
1 \begin{code}
2 {-# OPTIONS_GHC -XNoImplicitPrelude #-}
3
4 module GHC.Show (showSignedInt) where
5
6 import GHC.Types
7
8 showSignedInt :: Int -> Int -> [Char] -> [Char]
9 \end{code}
10