fix(hott/*.md,library/*.md): use the word 'file' instead of 'module'
This commit is contained in:
parent
6db08c5519
commit
716da2488b
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ The Lean Homotopy Type Theory Library
|
|||
=====================================
|
||||
|
||||
The Lean homotopy type theory library is contained in the following
|
||||
modules and directories:
|
||||
files and directories:
|
||||
|
||||
* [init](init/init.md) : constants and theorems needed for low-level system operations
|
||||
* [types](types/types.md) : concrete datatypes and type constructors
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
init
|
||||
====
|
||||
|
||||
The modules in this folder are required by low-level operations, and
|
||||
The files in this folder are required by low-level operations, and
|
||||
are always imported by default. You can suppress this behavior by
|
||||
beginning a file with the keyword "prelude".
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
init
|
||||
====
|
||||
|
||||
The modules in this folder are required by low-level operations, and
|
||||
The files in this folder are required by low-level operations, and
|
||||
are always imported by default. You can suppress this behavior by
|
||||
beginning a file with the keyword "prelude".
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
The Lean Standard Library
|
||||
=========================
|
||||
|
||||
The Lean standard library is contained in the following modules and directories:
|
||||
The Lean standard library is contained in the following files and directories:
|
||||
|
||||
* [init](init/init.md) : constants and theorems needed for low-level system operations
|
||||
* [logic](logic/logic.md) : logical constructs and axioms
|
||||
|
|
Loading…
Reference in a new issue