Zulip Chat Archive
Stream: lean4
Topic: printing partial defs
Eric Rodriguez (Jan 25 2024 at 16:10):
Is there any way to #print
a partial def
? It seems to work fine for unsafe def
s, but I guess they aren't opaquified but instead just banned from using in proofs
Eric Rodriguez (Jan 25 2024 at 16:11):
(bonus amazing points if I can turn off do
delaborating, because I'm just curious about what lies underneath :])
Last updated: May 02 2025 at 03:31 UTC