lxc-0.2: High level Haskell bindings to LXC (Linux containers).

Copyright(c) Nickolay Kudasov 2014
LicenseBSD-style (see the file LICENSE)
Maintainernickolay.kudasov@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.LXC.Internal.Utils

Description

Internal module with utility functions. Normally you should import System.LXC module only.

Synopsis

Documentation

mkFlags :: (Num b, Bits b) => (a -> b) -> [a] -> b Source

Collect flags in a single integer value.