effectful-zoo-0.0.1.0: Effectful effects for testing
Safe HaskellSafe-Inferred
LanguageGHC2021

Effectful.Zoo.Log.Data.Severity

Documentation

data Severity Source #

Constructors

Trace 
Debug 
Info 
Warn 
Error 
Crit 

Instances

Instances details
Enum Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

Generic Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

Associated Types

type Rep Severity :: Type -> Type #

Methods

from :: Severity -> Rep Severity x #

to :: Rep Severity x -> Severity #

Show Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

Eq Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

Ord Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

ToText Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

Methods

toText :: Severity -> Text #

type Rep Severity Source # 
Instance details

Defined in Effectful.Zoo.Log.Data.Severity

type Rep Severity = D1 ('MetaData "Severity" "Effectful.Zoo.Log.Data.Severity" "effectful-zoo-0.0.1.0-GRBLOGvI3mP8eq7rgEiM2E-log" 'False) ((C1 ('MetaCons "Trace" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Debug" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Info" 'PrefixI 'False) (U1 :: Type -> Type))) :+: (C1 ('MetaCons "Warn" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Error" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Crit" 'PrefixI 'False) (U1 :: Type -> Type))))