hscolour-1.13: Colourise Haskell code.

Language.Haskell.HsColour.HTML

Contents

Description

Formats Haskell source code using HTML with font tags.

Synopsis

Documentation

hscolourSource

Arguments

:: ColourPrefs

Colour preferences.

-> Bool

Whether to include anchors.

-> Bool

Whether output should be partial.

-> String

Title for webpage output.

-> String

Haskell source code.

-> String

Coloured Haskell source code.

Formats Haskell source code using HTML with font tags.

Internals