8e0ed2536456a4a3d19979eab37a645066c4c714042ee362ed83164016c67d3b

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 945

Preview (limited to 512 bytes)

"{-# LANGUAGE CPP #-}\n-- | The standard @openFile@ call on Windows causing problematic file locking\n-- in some cases. This module provides a cross-platform file reading API\n-- without the file locking problems on Windows.\n--\n-- This module /always/ opens files in binary mode.\n--\n-- @readChunk@ will return an empty @ByteString@ on EOF.\nmodule Data.Streaming.FileRead\n ( ReadHandle\n , openFile\n , closeFile\n , readChunk\n ) where\n\n#if WINDOWS\n\nimport System.Win32File\n\n#else\n\nimport qualified System"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete