ws-0.0.6: A simple CLI utility for interacting with a websocket
Safe HaskellSafe-Inferred
LanguageHaskell2010

App.Types

Synopsis

Config Data

data Env Source #

Constructors

Env 

Instances

Instances details
Show Env Source # 
Instance details

Defined in App.Types

Methods

showsPrec :: Int -> Env -> ShowS #

show :: Env -> String #

showList :: [Env] -> ShowS #

Eq Env Source # 
Instance details

Defined in App.Types

Methods

(==) :: Env -> Env -> Bool #

(/=) :: Env -> Env -> Bool #

Effects Stack

runAppM :: Env -> AppM a -> IO a Source #

Exceptions

data InitException Source #

Instances

Instances details
Exception InitException Source # 
Instance details

Defined in App.Types

Generic InitException Source # 
Instance details

Defined in App.Types

Associated Types

type Rep InitException :: Type -> Type #

Show InitException Source # 
Instance details

Defined in App.Types

type Rep InitException Source # 
Instance details

Defined in App.Types

type Rep InitException = D1 ('MetaData "InitException" "App.Types" "ws-0.0.6-4ylgG16jiNWHkyZt0Ylflp" 'False) (C1 ('MetaCons "URIParseException" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))