Equations
- s.isEmpty = s.map.isEmpty
Equations
- s.contains fvarId = s.map.contains fvarId
Equations
- s.find? fvarId = s.map[fvarId]?
Equations
- s.get fvarId = (s.find? fvarId).getD fvarId
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- s.erase fvarId = { map := s.map.erase fvarId }
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.