chore(library/init/lean/ir/elim_phi): fix typo
This commit is contained in:
parent
88082cd16d
commit
883f6923e2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ Then, we select a representative from each equivalence class and replace each
|
|||
variable with its representative.
|
||||
-/
|
||||
|
||||
@[reducible] def elim_phi_m (α : Type) := state_t (disjoint_set name) id α
|
||||
@[reducible] def elim_phi_m (α : Type) := state_t (disjoint_set var) id α
|
||||
|
||||
def merge (x y : var) : elim_phi_m unit :=
|
||||
modify $ λ s, s.merge x y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue