Zulip Chat Archive

Stream: new members

Topic: Name a structure in tactic mode


Igor Hańczaruk (Jan 11 2026 at 13:02):

In my goal I have something like {big_structure_1}.trans {big_structure_2}. I want to do something like set p := {big_structure_1} with hp, but without writing whole {big_structure_1} explicitly. Alternatively I'd like to have whole structure displayed in goal info view, so I can copy it (by default some fields are replaced by '...').

Mirek Olšák (Jan 11 2026 at 13:07):

#new members > Way to use `set` without having to copy-paste expression?


Last updated: Feb 28 2026 at 14:05 UTC