unix-compat-0.2.1.3: Portable POSIX-compatibility layer.Source codeContentsIndex
System.PosixCompat
Description
The unix-compat package provides portable implementations of parts of the unix package. On POSIX system it re-exports operations from the unix package, on other platforms it emulates the operations as far as possible.
Synopsis
module System.PosixCompat.Files
module System.PosixCompat.Time
module System.PosixCompat.Types
module System.PosixCompat.User
usingPortableImpl :: Bool
Documentation
module System.PosixCompat.Files
module System.PosixCompat.Time
module System.PosixCompat.Types
module System.PosixCompat.User
usingPortableImpl :: BoolSource
True if unix-compat is using its portable implementation, or False if the unix package is simply being re-exported.
Produced by Haddock version 2.6.1