lhc-0.10: lib/base/src/GHC/Show.lhs-boot
\begin{code}
{-# OPTIONS_GHC -XNoImplicitPrelude #-}
module GHC.Show (showSignedInt) where
import GHC.Types
showSignedInt :: Int -> Int -> [Char] -> [Char]
\end{code}
\begin{code}
{-# OPTIONS_GHC -XNoImplicitPrelude #-}
module GHC.Show (showSignedInt) where
import GHC.Types
showSignedInt :: Int -> Int -> [Char] -> [Char]
\end{code}