[project @ 2002-10-09 17:08:18 by malcolm]
[ghc-base.git] / Data / Bool.hs
index 66b804a..2232aa3 100644 (file)
@@ -26,3 +26,14 @@ module Data.Bool (
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
 #endif
+
+#ifdef __NHC__
+import Prelude
+import Prelude
+  ( Bool(..)
+  , (&&)
+  , (||)
+  , not
+  , otherwise
+  )
+#endif