Agda-2.3.0: A dependently typed functional programming language and proof assistant

Agda.Interaction.Highlighting.Emacs

Description

Functions which give precise syntax highlighting info to Emacs.

Synopsis

Documentation

showHighlightingInfoSource

Arguments

:: Maybe (HighlightingInfo, ModuleToSource)

The ModuleToSource must contain a mapping for every definition site's module.

-> String 

Shows syntax highlighting information in an Emacsy fashion.

tests :: IO BoolSource

All the properties.