doc: src/Lean/Widget/InteractiveGoal.lean

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
This commit is contained in:
Ed Ayers 2022-06-10 12:41:18 -04:00 committed by Leonardo de Moura
parent cea53fc53e
commit 5130da82a8

View file

@ -14,7 +14,7 @@ open Server
structure InteractiveHypothesis where
/-- The user-friendly name for each hypothesis.
If anonymous then the name is inaccessible. -/
If anonymous then the name is inaccessible and hidden. -/
names : Array Name
fvarIds? : Option (Array FVarId)
type : CodeWithInfos