Skip to content

Commit

Permalink
docs: remove docstring from implicitDefEqProofs
Browse files Browse the repository at this point in the history
this option was added in fb97275 to
prepare for #4595, due to boostrapping issues, but #4595 has not landed
yet. This is be very confusing when people discover this option and try
to use it (as I did).

So let's clearly mark this as not yet implemented on `main`.
  • Loading branch information
nomeata committed Oct 17, 2024
1 parent 313e313 commit d24d4c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Init/MetaTypes.lean
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,7 @@ structure Config where
-/
index : Bool := true
/--
When `true` (default: `true`), `simp` will **not** create a proof for a rewriting rule associated
with an `rfl`-theorem.
Rewriting rules are provided by users by annotating theorems with the attribute `@[simp]`.
If the proof of the theorem is just `rfl` (reflexivity), and `implicitDefEqProofs := true`, `simp`
will **not** create a proof term which is an application of the annotated theorem.
This option does not have any effect (yet).
-/
implicitDefEqProofs : Bool := true
deriving Inhabited, BEq
Expand Down

0 comments on commit d24d4c1

Please sign in to comment.