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
open Lean Elab Command
defgetDefaultValue (opt : Name) : CommandElabM Unit := dolet decls ← getOptionDecls
match decls.find? opt with
| some decl =>
logInfo m!"default value of {opt} is {decl.defValue}"
| none =>
logInfo m!"{opt} is unknown"#eval getDefaultValue `autoImplicit#eval getDefaultValue `relaxedAutoImplicit#eval getDefaultValue `linter.flexible
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: