haskell-docs-cli-1.0.0.0: Search Hoogle and navigate Hackage from the command line.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Docs.CLI.Evaluate

Synopsis

Documentation

evaluate :: String -> M () Source #

evaluateCmd :: Cmd -> M () Source #

data Context Source #

Context referenced by commands that contain an index

Constructors

ContextEmpty

Nothing selected

ContextSearch String [TargetGroup]

within search results

ContextModule Module

looking at module docs

ContextPackage Package

looking at a a package's modules

data Cmd Source #

Commands we accept

Constructors

ViewAny View Selection

by default we do a Hoogle search or view/index the current context

ViewDeclarationSource Selection 
ViewDeclaration Selection 
ViewModule View Selection 
ViewPackage View Selection 
Help 
Quit 

data View Source #

Constructors

Interface 
Documentation 

newtype HackageUrl Source #

Constructors

HackageUrl Url 

newtype HoogleUrl Source #

Constructors

HoogleUrl Url