fix: typo
This commit is contained in:
parent
01791b0c19
commit
4bf2df563d
1 changed files with 2 additions and 2 deletions
|
|
@ -686,13 +686,13 @@ where
|
|||
decls.forM fun decl => visit decl.value
|
||||
|
||||
def instantiateRangeArgs (e : Expr) (beginIdx endIdx : Nat) (args : Array Arg) : Expr :=
|
||||
if !e.hasFVar then
|
||||
if !e.hasLooseBVars then
|
||||
e
|
||||
else
|
||||
e.instantiateRange beginIdx endIdx (args.map (·.toExpr))
|
||||
|
||||
def instantiateRevRangeArgs (e : Expr) (beginIdx endIdx : Nat) (args : Array Arg) : Expr :=
|
||||
if !e.hasFVar then
|
||||
if !e.hasLooseBVars then
|
||||
e
|
||||
else
|
||||
e.instantiateRevRange beginIdx endIdx (args.map (·.toExpr))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue