Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Manual/Defs.lean
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ The {attr}`implemented_by` attribute can be used to instruct the compiler to emi

:::syntax Lean.Parser.Command.declaration (alias := Lean.Parser.Command.opaque) (title := "Opaque Constants")
Opaque definitions with right-hand sides are elaborated like other definitions.
This demonstrates that the type is inhabited; the inhabitant plays no further role.
This demonstrates that the type is inhabited; the inhabitant plays no further role in logic (but used in compiled code).
```grammar
$_:declModifiers
opaque $_ $_ := $_
Expand Down