[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / CONTRIB / pphs / docs / Haskell_char.tex
diff --git a/ghc/CONTRIB/pphs/docs/Haskell_char.tex b/ghc/CONTRIB/pphs/docs/Haskell_char.tex
new file mode 100644 (file)
index 0000000..265b063
--- /dev/null
@@ -0,0 +1,7 @@
+\begin{verbatim}
+-- Character functions
+
+minChar, maxChar        :: Char
+minChar                 = '\0'
+maxChar                 = '\255'
+\end{verbatim}
\ No newline at end of file