summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Handle/Text.hs-boot
blob: 0d0186ee2e88346abdbe47bfa4c9902c5cdf3515 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE NoImplicitPrelude #-}

module GHC.IO.Handle.Text ( hPutStrLn ) where

import GHC.Base (String, IO)
import {-# SOURCE #-} GHC.IO.Handle.Types (Handle)

hPutStrLn :: Handle -> String -> IO ()