packages feed

base-4.4.0.0: GHC/Show.lhs-boot

\begin{code}
{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE NoImplicitPrelude #-}

module GHC.Show (showSignedInt) where

import GHC.Types

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