hat-2.7.0.0: libraries/DirectoryBuiltinTypes.hs
module DirectoryBuiltinTypes where
data Permissions = Permissions {
readable, writable,
executable, searchable :: Bool
}
module DirectoryBuiltinTypes where
data Permissions = Permissions {
readable, writable,
executable, searchable :: Bool
}