fix: make InteractiveHyp.fvarIds optional

This is for backwards compat.
This commit is contained in:
E.W.Ayers 2022-06-01 09:53:43 -04:00 committed by Leonardo de Moura
parent 0f61d1dc59
commit 675147dcfc

View file

@ -14,7 +14,7 @@ open Server
structure InteractiveHypothesis where
names : Array String
fvarIds : Array FVarId
fvarIds? : Option (Array FVarId)
type : CodeWithInfos
val? : Option CodeWithInfos := none
isInstance : Bool