html-minimalist-0.15: Minimalist haskell html library

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.HTML.Light.Constant

Contents

Description

(x)html related constants.

Synopsis

Named non-ascii characters

copy :: Content Source

The copyright character.

darr :: Content Source

The down arrow character.

dArr :: Content Source

The double down arrow character.

deg :: Content Source

The degree character.

hellip :: Content Source

The horizontal ellipsis character.

larr :: Content Source

The left double arrow character.

empty :: Content Source

The empty set symbol.

lArr :: Content Source

The left arrow character.

laquo :: Content Source

The right double angle quote character.

middot :: Content Source

The mid (centre) dot character.

nbsp :: Content Source

The non-breaking space character.

rarr :: Content Source

The right arrow character.

rArr :: Content Source

The right double arrow character.

raquo :: Content Source

The right double angle quote character.

sdot :: Content Source

The dot operator.

uarr :: Content Source

The up arrow character.

uArr :: Content Source

The up double arrow character.

Version and document type strings

xml_1_0 :: String Source

The xml version 1.0 string with UTF-8 encoding set.

type DocType = String Source

A type synonym for document type strings.

xhtml_1_0_strict :: DocType Source

The xhtml 1.0 strict document type string.

xhtml_1_0_transitional :: DocType Source

The xhtml 1.0 transitional document type string.

html5_dt :: DocType Source

The HTML5 document type string.