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

Safe HaskellNone

Haskell.Docs.Types

Description

All types.

Synopsis

Documentation

data IdentDoc Source

Identier documentation along with argument docs and identifiers.

Instances

newtype Identifier Source

An identifier.

Constructors

Identifier 

Fields

unIdentifier :: String
 

newtype PackageName Source

An package name.

Constructors

PackageName String