uniform-error-0.1.5.2: Handling errors in the uniform framework
Safe HaskellNone
LanguageHaskell2010

Uniform.NoticeLevel

Synopsis

Documentation

data NoticeLevel Source #

increasing noticeLevels produce more output

Instances

Instances details
Data NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NoticeLevel -> c NoticeLevel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NoticeLevel #

toConstr :: NoticeLevel -> Constr #

dataTypeOf :: NoticeLevel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NoticeLevel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NoticeLevel) #

gmapT :: (forall b. Data b => b -> b) -> NoticeLevel -> NoticeLevel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NoticeLevel -> r #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NoticeLevel -> r #

gmapQ :: (forall d. Data d => d -> u) -> NoticeLevel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NoticeLevel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NoticeLevel -> m NoticeLevel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NoticeLevel -> m NoticeLevel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NoticeLevel -> m NoticeLevel #

Generic NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Associated Types

type Rep NoticeLevel 
Instance details

Defined in Uniform.NoticeLevel

type Rep NoticeLevel = D1 ('MetaData "NoticeLevel" "Uniform.NoticeLevel" "uniform-error-0.1.5.2-KiCEth21a8OJvgrNNCwHfs" 'False) (C1 ('MetaCons "NoticeLevel0" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "NoticeLevel1" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "NoticeLevel2" 'PrefixI 'False) (U1 :: Type -> Type)))
Read NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Show NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Default NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Methods

def :: NoticeLevel #

Eq NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Ord NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

Zeros NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

type Rep NoticeLevel Source # 
Instance details

Defined in Uniform.NoticeLevel

type Rep NoticeLevel = D1 ('MetaData "NoticeLevel" "Uniform.NoticeLevel" "uniform-error-0.1.5.2-KiCEth21a8OJvgrNNCwHfs" 'False) (C1 ('MetaCons "NoticeLevel0" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "NoticeLevel1" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "NoticeLevel2" 'PrefixI 'False) (U1 :: Type -> Type)))

putInform :: MonadIO m => NoticeLevel -> [Text] -> m () Source #