←
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
6.
Terms
6.1.
Identifiers
6.2.
Function Types
6.3.
Functions
6.4.
Function Application
6.5.
Literals
6.6.
Structures and Constructors
6.7.
Conditionals
6.8.
Pattern Matching
6.9.
Holes
6.10.
Type Ascription
6.11.
Quotation and Antiquotation
6.12.
do
-Notation
6.13.
Proofs
6.11.
Quotation and Antiquotation
Source Code
Report Issues
6.11. Quotation and Antiquotation
Quotation terms are described in the
section on quotation
.