Big patch to improve Unicode support in GHC. Validated on OS X and Windows, this
[ghc-base.git] / System / Posix / Internals.hs-boot
1 {-# LANGUAGE NoImplicitPrelude #-}
2 module System.Posix.Internals where
3
4 import GHC.IO
5 import GHC.Base
6
7 puts :: String -> IO ()