Make chr say what its argument was, if it's a bad argument
[ghc-base.git] / GHC / Show.lhs-boot
diff --git a/GHC/Show.lhs-boot b/GHC/Show.lhs-boot
new file mode 100644 (file)
index 0000000..b01d165
--- /dev/null
@@ -0,0 +1,10 @@
+\begin{code}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+
+module GHC.Show (showSignedInt) where
+
+import GHC.Types
+
+showSignedInt :: Int -> Int -> [Char] -> [Char]
+\end{code}
+