| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Hix.Data.Error
Documentation
Instances
| Generic Error Source # | |
| Show Error Source # | |
| Eq Error Source # | |
| type Rep Error Source # | |
Defined in Hix.Data.Error type Rep Error = D1 ('MetaData "Error" "Hix.Data.Error" "hix-0.1.0.0-FO4B1B44A3X65GKnYDIqMZ" 'False) ((C1 ('MetaCons "PreprocError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "EnvError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :+: (C1 ('MetaCons "GhciError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: (C1 ('MetaCons "NoMatch" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "Fatal" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))))) | |
printPreprocError :: MonadIO m => Text -> m () Source #
printEnvError :: MonadIO m => Text -> m () Source #
printGhciError :: MonadIO m => Text -> m () Source #
printFatalError :: MonadIO m => Text -> m () Source #