Add titles to documented modules

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-06-25 17:05:21 -05:00
parent c2ad0db668
commit acef0f202b
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import Mathlib.Tactic.TypeStar
/-!
Interpretation to a semantic domain.
# Interpretation to a Semantic Domain
This file serves to introduce the double-angle-bracket "denotation"
notation by prodiving a class instance `Interp`, whose single

View File

@@ -2,7 +2,7 @@ import Mathlib.Data.Finset.Basic
/-!
Base language.
# Base Language
This file defines the core object language for the program analysis and
transformation. It's a very basic imperative language. The `Spa/Language/Tagged/Basic.lean`

View File

@@ -5,7 +5,7 @@ import Mathlib.Data.List.FinRange
/-!
Algebraic Control Flow Graphs.
# Algebraic Control Flow Graphs
This file defines control flow graphs and operations to naturally compose them,
making it possible to inductively covnert a program in the object language

View File

@@ -3,7 +3,7 @@ import Mathlib.Order.RelSeries
/-!
Lattice Definitions.
# Lattice Definitions
This file provides some definitions for lattices. It used to be more critical
when this was an Agda project, since it defined (semi)lattices, the ordering