45e151a99b9bd7c3043f5862355a325617d3f48e859eabf7e8dd8d37861cedc1

Download raw

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

Size: 3059

Preview (limited to 512 bytes)

"{-# LANGUAGE CPP #-}\n{-# LANGUAGE DeriveDataTypeable #-}\n{-# LANGUAGE ScopedTypeVariables #-}\n-- | Streaming functions for interacting with the filesystem.\nmodule Data.Streaming.Filesystem\n ( DirStream\n , openDirStream\n , readDirStream\n , closeDirStream\n , FileType (..)\n , getFileType\n ) where\n\nimport Data.Typeable (Typeable)\n\n#if WINDOWS\n\nimport qualified System.Win32 as Win32\nimport System.FilePath ((</>))\nimport Data.IORef (IORef, newIORef, readIORef, writeIORef)\nimport System.Direct"


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