You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was "we use malicious to describe code _to go_ out of its way",
corrected to "we use malicious to describe code that _goes out_ of its
way" (emphasis highlights edit)
Copy file name to clipboardExpand all lines: Manual/ValidatingProofs.lean
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ In particular, we use {deftech}_honest_ when the goal is to create a valid proof
36
36
This allows for mistakes and bugs in proofs and meta-code (tactics, attributes, commands, etc.), but not for code that clearly only serves to circumvent the system (such as using the {option}`debug.skipKernelTC`).
37
37
Note that the {keyword}`unsafe` marker on API functions is unrelated to whether this API can be used in an dishonest way.
38
38
39
-
In contrast, we use {deftech}_malicious_ to describe code to go out of its way to trick or mislead the user, exploit bugs or compromise the system.
39
+
In contrast, we use {deftech}_malicious_ to describe code that goes out of its way to trick or mislead the user, exploit bugs or compromise the system.
40
40
This includes un-reviewed AI-generated proofs and programs.
41
41
42
42
Furthermore it is important to distinguish the question “does the theoremhaveavalidproof”from “whatdoesthetheoremstatementmean”.
0 commit comments