tailfile-hinotify-1.0.0.3: Tail files in Unix, using hinotify.

Safe HaskellNone
LanguageHaskell2010

System.IO.TailFile.Streaming

Description

Tail files in Unix, using types from the streraming package.

Synopsis

Documentation

tailFile Source #

Arguments

:: FilePath 
-> (forall t r. (MonadTrans t, MonadIO (t IO)) => Stream (Of ByteString) (t IO) r -> t IO (Of void r))

Scary type, but any resonably polymorphic (say, over MonadIO) function that consumes a Stream can go here.

-> IO void 

Tail a file with a function that consumes a Stream.