Safe Haskell | None |
---|
Warnings datatype
List of possible warnings.
UnusedLabel Text | There is an unused label. Argument is its name. |
UndefinedLabel Text | There is a reference to an undefined label. Arguments is the name. |
NoClassSelected | No class selected with |
NoDocumentInserted | No |
CustomWarning Text | Custom warning for custom checkings. Use it as you want. |
Several checkings
Checking for unused labels or references tu undefined labels.
Check if a document class is specified for the document (using documentclass
).
Complete checking
Check with checkLabels
, checkClass
and checkDoc
.