fix: getMkMatcherInputInContext
This commit is contained in:
parent
95ea0b92ea
commit
941ad84ece
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ def getMkMatcherInputInContext (matcherApp : MatcherApp) : MetaM MkMatcherInput
|
|||
fvarDecls := localDecls.toList
|
||||
patterns := patterns.toList : Match.AltLHS }
|
||||
|
||||
return { matcherName, matchType, discrInfos := mkArray matcherApp.discrs.size {}, lhss }
|
||||
return { matcherName, matchType, discrInfos := matcherInfo.discrInfos, lhss }
|
||||
|
||||
|
||||
def withMkMatcherInput
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue