napkin-0.5.11
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Napkin.Repl.Types

Description

 

Documentation

data ReplError #

Instances

Instances details
Eq ReplError # 
Instance details

Defined in Napkin.Repl.Types

Show ReplError # 
Instance details

Defined in Napkin.Repl.Types

Generic ReplError # 
Instance details

Defined in Napkin.Repl.Types

Associated Types

type Rep ReplError :: Type -> Type #

type Rep ReplError # 
Instance details

Defined in Napkin.Repl.Types

type Rep ReplError = D1 ('MetaData "ReplError" "Napkin.Repl.Types" "napkin-0.5.11-LzNtVzWpCFCrZQk4T3eyK" '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))))