←
Prev
↑
Up
Next
→
The Lean Language Reference
1.
Introduction
2.
Elaboration and Compilation
3.
The Type System
4.
Interacting with Lean
5.
Source Files
6.
Recursive Definitions
7.
Terms
8.
Type Classes
9.
Functors, Monads and
do
-Notation
10.
IO
11.
Tactic Proofs
12.
The Simplifier
13.
Basic Types
14.
Standard Library
15.
Notations and Macros
16.
Output from Lean
17.
Elan
18.
Build Tools and Distribution
Index
5.
Source Files
5.1.
Files
5.2.
Module Contents
5.3.
Axioms
5.4.
Attributes
5.5.
Dynamic Typing
5.6.
Coercions
Source Code
Report Issues
5. Source Files
5.1.
Files
5.1.1.
Modules
5.1.1.1.
Encoding and Representation
5.1.1.2.
Concrete Syntax
5.1.1.2.1.
Whitespace
5.1.1.2.2.
Comments
5.1.1.2.3.
Keywords and Identifiers
5.1.1.3.
Structure
5.1.1.3.1.
Module Headers
5.1.1.3.2.
Commands
5.1.1.4.
Contents
5.1.2.
Packages, Libraries, and Targets
5.2.
Module Contents
5.2.1.
Commands and Declarations
5.2.1.1.
Definition-Like Commands
5.2.1.2.
Modifiers
5.2.1.3.
Signatures
5.2.1.4.
Headers
5.2.2.
Namespaces
5.2.3.
Section Scopes
5.2.3.1.
Controlling Section Scopes
5.2.3.2.
Section Variables
5.2.3.3.
Scoped Attributes
5.3.
Axioms
5.4.
Attributes
5.5.
Dynamic Typing
5.6.
Coercions
5.6.1.
Coercion Insertion
5.6.2.
Coercing Between Types
5.6.2.1.
Implementing Coercions
5.6.2.2.
Coercions from Natural Numbers and Integers
5.6.3.
Coercing to Sorts
5.6.4.
Coercing to Function Types
5.6.5.
Implementation Details
5.6.5.1.
Unfolding Coercions
5.6.5.2.
Coercion Chaining