Zulip Chat Archive
Stream: lean4
Topic: Default values in `Lean.Meta.Config`
Jovan Gerbscheid (Apr 01 2024 at 15:04):
I noticed that the foApprox
and ctxApprox
fields of Lean.Meta.Config
have default values := false
, but when evaluating these in a MetaM
monad they return true
by default. Should the default values be set to := true
so as to avoid confusion?
Last updated: May 02 2025 at 03:31 UTC