This PR adds documentation to builtin attributes like `@[refl]` or `@[implemented_by]`. Closes #8432 --------- Co-authored-by: David Thrane Christiansen <david@davidchristiansen.dk> Co-authored-by: David Thrane Christiansen <david@lean-fro.org>
7 lines
141 B
Text
7 lines
141 B
Text
/-!
|
|
The `builtin_initialize` command should allow for attributes and an `unsafe` modifier.
|
|
-/
|
|
|
|
@[inline]
|
|
unsafe builtin_initialize
|
|
pure ()
|