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.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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user