pred = $pred; $this->alt = $alt; } public function __toString() : string { return \sprintf('(%s, %d)', (string) $this->pred, $this->alt); } }