We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1c885 commit eb1fe5eCopy full SHA for eb1fe5e
src/Lean/Language/Lean.lean
@@ -259,9 +259,9 @@ def reparseOptions (opts : Options) : IO Options := do
259
let name := name.replacePrefix `weak Name.anonymous
260
let some decl := decls.find? name
261
| unless weak do
262
- throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'
263
-
264
-If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
+ throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'\n\
+ \n\
+ If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
265
266
match decl.defValue with
267
| .ofBool _ =>
0 commit comments