haskell-docs-4.2.8: A program to find and display the docs and type of a name

Safe HaskellNone
LanguageHaskell98

Haskell.Docs

Description

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

Synopsis

Documentation

searchAndPrintDoc Source #

Arguments

:: [String]

GHC Options

-> Bool

Print modules only.

-> Bool

S-expression format.

-> Maybe PackageName

Package.

-> Maybe ModuleName

Module name.

-> Identifier

Identifier.

-> Ghc () 

searchAndPrintModules :: [String] -> Identifier -> IO () Source #

Search only for identifiers and print out all modules associated.

newtype Identifier Source #

An identifier.

Constructors

Identifier 

Fields