Is there a way to control what part of a session/theory should be visible to other sessions?
Kind of, you can hide lemmas, but it is slightly annoying, and find_thm
still sees them:
context
begin
private lemma myHiddenLemma: true
sorry
end
Cool! Does this work for definition
s, datatype
s and type_synonym
s as well?
The other way is to use qualified
which forces the user to write MyThy.LemmaName
Hanno Becker said:
Cool! Does this work for
definition
s,datatype
s andtype_synonym
s as well?
I don't remember, but I don't think so
Actually according to grep, yes
there are example for every command in the distribution (including one private datatype
that I have written :laughing: ) or in the AFP
Last updated: Dec 21 2024 at 16:20 UTC