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