Add titles to documented modules
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
@@ -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"
|
This file serves to introduce the double-angle-bracket "denotation"
|
||||||
notation by prodiving a class instance `Interp`, whose single
|
notation by prodiving a class instance `Interp`, whose single
|
||||||
|
|||||||
@@ -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
|
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`
|
transformation. It's a very basic imperative language. The `Spa/Language/Tagged/Basic.lean`
|
||||||
|
|||||||
@@ -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,
|
This file defines control flow graphs and operations to naturally compose them,
|
||||||
making it possible to inductively covnert a program in the object language
|
making it possible to inductively covnert a program in the object language
|
||||||
|
|||||||
@@ -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
|
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
|
when this was an Agda project, since it defined (semi)lattices, the ordering
|
||||||
|
|||||||
Reference in New Issue
Block a user