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