static L<GazelleTree> gazelle_dropUnsatisfiedEntries(L<GazelleTree> l) {
  ret antiFilter(l, t -> t.mr != null && t.mr.moreConditions());
}