16 lines
280 B
Text
16 lines
280 B
Text
prelude
|
|
import init.lean.name
|
|
|
|
/-
|
|
This is a temporary file to document all macros we have in Lean3.
|
|
Macros will not be part of Lean4, but we need to keep them until
|
|
we can bootstrap Lean4.
|
|
-/
|
|
namespace lean
|
|
|
|
/-
|
|
Cases missing:
|
|
1- projection -- It will be a primitive
|
|
-/
|
|
|
|
end lean
|