Add stage2/ghci to ghc-api's import list.
[ghc-hetmet.git] / ghc / misc / examples / io / io021 / Main.hs
1 import IO -- 1.3
2
3 main = 
4     hSetBuffering stdin NoBuffering     >>
5     hSetBuffering stdout NoBuffering    >>
6     interact id