Move the instances of Functor and Monad IO to GHC.Base, to avoid orphans
[ghc-base.git] / GHC / IO.hs-boot
diff --git a/GHC/IO.hs-boot b/GHC/IO.hs-boot
new file mode 100644 (file)
index 0000000..703fad5
--- /dev/null
@@ -0,0 +1,5 @@
+module GHC.IO where
+
+import GHC.Types
+
+failIO :: [Char] -> IO a