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

module GHC.IO.Handle where

import GHC.IO
import GHC.IO.Handle.Types

hFlush :: Handle -> IO ()