lean4-htt/library/init/lean/macro.lean
2018-06-19 13:41:08 -07:00

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