Add pass to remove useless transparent module type ascriptions #140
Labels
enhancement
help wanted
minimize more
Issues related to getting the minimizer to do more minimization
If we have
Module A <: B.
, generally the<: B
can be removed without changing behavior. Similarly forModule A <: B := ...
We should have a pass removing the<: B
so that we can minimizeModule A
without it needing to obey the typeB
.The text was updated successfully, but these errors were encountered: