doc: fix docstring for InteractiveGoal

This commit is contained in:
E.W.Ayers 2022-06-13 17:20:47 -04:00 committed by Leonardo de Moura
parent 2edf02544e
commit 13e286f545

View file

@ -30,7 +30,7 @@ structure InteractiveGoal where
goalPrefix : String
/-- Identifies the goal (ie with the unique
name of the MVar that it is a goal for.)
[todo] what should the key be for a term goal?-/
This is none when we are showing a term goal. -/
mvarId? : Option MVarId := none
deriving Inhabited, RpcEncoding