scidb-hquery-2.8.0.434: Haskell query for SciDB via shim

Safe HaskellSafe
LanguageHaskell2010

Environment

Synopsis

Documentation

data Environment Source #

The Environment contains the command name, operands, defaults, and the result of every option amongst other entries. It is set by main and otherwise to be used as a read-only Environment.

Constructors

Env 

Fields

Instances
Show Environment Source # 
Instance details

Defined in Environment

defaultEnv :: Environment Source #

The defualt values, otherwise updated from the flags supplied by the command line options. The default program name is hquery.

maybePort :: Environment -> String Source #

Given an Environment, return a port or a default port.

data Verbosity Source #

Constructors

Verbose0

Verbosity level 0, no information to stderr

VerboseDef

Default verbosity, only relevant HTTP exceptions to stderr

Verbose1

Verbosity level 1, additional HTTP exceptions and trace information to stderr

Verbose2

Verbosity level 2, additional URL information to stderr

Instances
Eq Verbosity Source # 
Instance details

Defined in Environment

Ord Verbosity Source # 
Instance details

Defined in Environment

Show Verbosity Source # 
Instance details

Defined in Environment