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

Safe HaskellNone
LanguageHaskell98

Agda.Interaction.Highlighting.HTML

Description

Function for generating highlighted, hyperlinked HTML from Agda sources.

Synopsis

Documentation

generateHTML :: TCM () Source

Generates HTML files from all the sources which have been visited during the type checking phase.

This function should only be called after type checking has completed successfully.