packages feed

base-4.2.0.0: GHC/Show.lhs-boot

\begin{code}
{-# OPTIONS_GHC -XNoImplicitPrelude #-}

module GHC.Show (showSignedInt) where

import GHC.Types

showSignedInt :: Int -> Int -> [Char] -> [Char]
\end{code}