←
Prev
↑
Up
Next
→
The Lean Language Reference
1.
Introduction
2.
Elaboration and Compilation
3.
The Type System
4.
Source Files
5.
Recursive Definitions
6.
Terms
7.
Type Classes
8.
Functors, Monads and
do
-Notation
9.
IO
10.
Tactic Proofs
11.
The Simplifier
12.
Basic Types
13.
Standard Library
14.
Notations and Macros
15.
Output from Lean
16.
Elan
17.
Lake and Reservoir
Index
3.
The Type System
3.1.
Functions
3.2.
Propositions
3.3.
Universes
3.4.
Inductive Types
3.5.
Quotients
3.5.
Quotients
Source Code
Report Issues
3.5. Quotients
🔗
Planned Content
Define
quotient
type
Show the computation rule
Tracked at issue
#51