fix: make InteractiveHyp.fvarIds optional
This is for backwards compat.
This commit is contained in:
parent
0f61d1dc59
commit
675147dcfc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue