This PR removes the type_info and type_info_mut from the EGraph struct, since having a mutable getter that doesn't do anything else doesn't make sense.
Happy to close this PR if there is a reason for these functions, but only if that reason is documented.
This PR removes the
type_info
andtype_info_mut
from theEGraph
struct, since having a mutable getter that doesn't do anything else doesn't make sense.Happy to close this PR if there is a reason for these functions, but only if that reason is documented.