chore: use Array instead of PArray in elimDeadBranches state (#9220)
This is alway used linearly.
This commit is contained in:
parent
53d4139cf1
commit
ff5d96096a
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ structure InterpState where
|
|||
`Value`s of functions in the `InterpContext` use during computation of
|
||||
the fixpoint. Afterwards they are stored into the `Environment`.
|
||||
-/
|
||||
funVals : PArray Value
|
||||
funVals : Array Value
|
||||
|
||||
/--
|
||||
The monad which powers the abstract interpreter.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue