propellor-5.15: property-based host configuration management in haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Propellor.Types.Empty

Documentation

class Empty t where Source #

Methods

isEmpty :: t -> Bool Source #

Instances

Instances details
Empty ChrootCfg Source # 
Instance details

Defined in Propellor.Types.Chroot

Empty ChrootInfo Source # 
Instance details

Defined in Propellor.Types.Chroot

Empty NamedConfMap Source # 
Instance details

Defined in Propellor.Types.Dns

Empty DockerInfo Source # 
Instance details

Defined in Propellor.Types.Docker

Empty (Set v) Source # 
Instance details

Defined in Propellor.Types.Empty

Methods

isEmpty :: Set v -> Bool Source #

Empty [a] Source # 
Instance details

Defined in Propellor.Types.Empty

Methods

isEmpty :: [a] -> Bool Source #

Empty (Map k v) Source # 
Instance details

Defined in Propellor.Types.Empty

Methods

isEmpty :: Map k v -> Bool Source #