Zulip Chat Archive
Stream: new members
Topic: import for classical
Martin Dvořák (Oct 24 2022 at 10:17):
What is the minimum import that will allow me to write noncomputable theory open_locale classical
please?
Kevin Buzzard (Oct 24 2022 at 10:22):
noncomputable theory
is in core Lean. For open_locale classical
just find an occurrence of it in mathlib, import that file, type open_locale classical
and then right click on classical
to see where it takes you, and import that file instead.
Last updated: Dec 20 2023 at 11:08 UTC