system-linux-proc-0.1.1: A library for accessing the /proc filesystem in Linux
System.Linux.Proc.Errors
data ProcError Source #
Constructors
Defined in System.Linux.Proc.Errors
Methods
(==) :: ProcError -> ProcError -> Bool #
(/=) :: ProcError -> ProcError -> Bool #
showsPrec :: Int -> ProcError -> ShowS #
show :: ProcError -> String #
showList :: [ProcError] -> ShowS #
renderProcError :: ProcError -> Text Source #