propellor-5.4.1: property-based host configuration management in haskell

Safe HaskellSafe
LanguageHaskell98

Propellor.Types.Empty

Documentation

class Empty t where Source #

Minimal complete definition

isEmpty

Methods

isEmpty :: t -> Bool Source #

Instances
Empty NamedConfMap Source # 
Instance details

Defined in Propellor.Types.Dns

Empty DockerInfo Source # 
Instance details

Defined in Propellor.Types.Docker

Empty ChrootCfg Source # 
Instance details

Defined in Propellor.Types.Chroot

Empty ChrootInfo Source # 
Instance details

Defined in Propellor.Types.Chroot

Empty [a] Source # 
Instance details

Defined in Propellor.Types.Empty

Methods

isEmpty :: [a] -> Bool Source #

Empty (Set v) Source # 
Instance details

Defined in Propellor.Types.Empty

Methods

isEmpty :: Set v -> Bool Source #

Empty (Map k v) Source # 
Instance details

Defined in Propellor.Types.Empty

Methods

isEmpty :: Map k v -> Bool Source #