Skip to content
Merged
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 src/Lean/Language/Lean.lean
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def reparseOptions (opts : Options) : IO Options := do
| unless weak do
throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'
If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
If the option is defined in a library, use '-D{`weak ++ name}' to set it conditionally"

let .ofString val := val
| opts' := opts'.insert name val -- Already parsed
Expand Down
Loading