haskell-docs-4.1.1: A program to find and display the docs of a name from a given module.

Safe HaskellNone

Haskell.Docs

Description

Lookup the documentation of a name in a module (and in a specific package in the case of ambiguity).

Synopsis

Documentation

searchAndPrintDocSource

Arguments

:: Bool

Print modules only.

-> Maybe PackageName

Package.

-> Maybe ModuleName

Module name.

-> Identifier

Identifier.

-> Ghc () 

newtype Identifier Source

An identifier.

Constructors

Identifier 

Fields

unIdentifier :: String
 

newtype PackageName Source

An package name.

Constructors

PackageName String