|
| Agda.Interaction.Highlighting.Generate |
|
|
| Description |
| Generates data used for precise syntax highlighting.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Has typechecking been done yet?
| | Constructors | | TypeCheckingDone | | | TypeCheckingNotDone | |
| Instances | |
|
|
|
| :: FilePath | The module to highlight.
| | -> TypeCheckingState | Has it been type checked?
| | -> TopLevelInfo | The abstract syntax of the module.
| | -> [([QName], [Range])] | Functions which failed to termination
check (grouped if they are mutual),
along with ranges for problematic
call sites.
| | -> TCM HighlightingInfo | | | Generates syntax highlighting information.
|
|
|
|
| Generates syntax highlighting information for an error,
represented as a range and a string. The range is first completed
so that there are no gaps in it.
|
|
|
| All the properties.
|
|
| Produced by Haddock version 2.4.2 |