summaryrefslogtreecommitdiff
path: root/ghc/CONTRIB/pphs/docs/Haskell_char.tex
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/CONTRIB/pphs/docs/Haskell_char.tex')
-rw-r--r--ghc/CONTRIB/pphs/docs/Haskell_char.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/CONTRIB/pphs/docs/Haskell_char.tex b/ghc/CONTRIB/pphs/docs/Haskell_char.tex
new file mode 100644
index 0000000000..265b063bce
--- /dev/null
+++ b/ghc/CONTRIB/pphs/docs/Haskell_char.tex
@@ -0,0 +1,7 @@
+\begin{verbatim}
+-- Character functions
+
+minChar, maxChar :: Char
+minChar = '\0'
+maxChar = '\255'
+\end{verbatim} \ No newline at end of file