Safe Haskell | Safe-Infered |
---|
- newtype PythonChar = PythonChar {
- unPythonChar :: Char
- data PythonNone = PythonNone
- newtype FrozenSet a = FrozenSet {
- unFrozenSet :: Set a
- mkSet :: Ord a => [a] -> FrozenSet a
- toList :: FrozenSet a -> [a]
- union :: Ord a => FrozenSet a -> FrozenSet a -> FrozenSet a
- difference :: Ord a => FrozenSet a -> FrozenSet a -> FrozenSet a
- data Protocol
- exitFailure :: Int
- devConsole :: String
- randomUuidFile :: String
- priorityLow :: Int
- priorityNormal :: Int
- priorityHigh :: Int
- buildVersion :: Int -> Int -> Int -> Int
- confdProtocolVersion :: Int
- confdReqqLink :: String
- confdReqqIp :: String
- confdReqqIplist :: String
- confdReqqFields :: String
- ispecMemSize :: String
- ispecCpuCount :: String
- ispecDiskCount :: String
- ispecDiskSize :: String
- ispecNicCount :: String
- ispecSpindleUse :: String
- ispecsMinmax :: String
- ispecsStd :: String
- ipolicyDts :: String
- ipolicyVcpuRatio :: String
- ipolicySpindleRatio :: String
- ipolicyDefaultsVcpuRatio :: Double
- ipolicyDefaultsSpindleRatio :: Double
Documentation
newtype PythonChar Source
PythonChar
wraps a Python char
PythonChar | |
|
Show PythonChar | |
PyValue PythonChar |
FrozenSet | |
|
Eq a => Eq (FrozenSet a) | |
Ord a => Ord (FrozenSet a) | |
Show a => Show (FrozenSet a) | |
PyValue a => PyValue (FrozenSet a) | Converts a Haskell This instance was supposed to be for |
difference :: Ord a => FrozenSet a -> FrozenSet a -> FrozenSet aSource
Protocol
represents the protocols used by the daemons
exitFailure :: IntSource
devConsole :: StringSource
randomUuidFile :: StringSource
Priority levels
priorityLow :: IntSource
priorityNormal :: IntSource
priorityHigh :: IntSource
buildVersion :: Int -> Int -> Int -> IntSource
Calculates int version number from major, minor and revision numbers.
confdProtocolVersion :: IntSource
Confd request query fields
confdReqqLink :: StringSource
confdReqqIp :: StringSource
confdReqqIplist :: StringSource
confdReqqFields :: StringSource
ISpec
ispecMemSize :: StringSource
ispecCpuCount :: StringSource
ispecDiskCount :: StringSource
ispecDiskSize :: StringSource
ispecNicCount :: StringSource
ispecSpindleUse :: StringSource
ispecsMinmax :: StringSource
ipolicyDts :: StringSource
ipolicyVcpuRatio :: StringSource
ipolicySpindleRatio :: StringSource
ipolicyDefaultsVcpuRatio :: DoubleSource
ipolicyDefaultsSpindleRatio :: DoubleSource