| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | None |
| Language | Haskell2010 |
Napkin.Repl.Types
Description
Documentation
Constructors
| SpecFileLoadingError IOException | |
| SpecFileParseError String | |
| ReplInvocationError IOException | |
| ReplExitFailureError ExitCode |
Instances
| Eq ReplError # | |
| Show ReplError # | |
| Generic ReplError # | |
| type Rep ReplError # | |
Defined in Napkin.Repl.Types type Rep ReplError = D1 ('MetaData "ReplError" "Napkin.Repl.Types" "napkin-0.5.11-AmFJpcsQ4Ny8ZeMMGxUvw7" 'False) ((C1 ('MetaCons "SpecFileLoadingError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IOException)) :+: C1 ('MetaCons "SpecFileParseError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) :+: (C1 ('MetaCons "ReplInvocationError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 IOException)) :+: C1 ('MetaCons "ReplExitFailureError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ExitCode)))) | |