Given an e-graph representing expressions of our language, we might
want to extract, out of all expressions represented by some
equivalence class,
the best expression (according to a
CostFunction) represented by that class
The function
extractBest allows us to do exactly that: get the
best expression represented in an e-class of an e-graph given a
CostFunction