show that there are infinitely many locations
-
Maintainer
This looks like quite a detour, much easier to just use
inj_infinite
. -
Author Owner
Ah, I didn't see that. Thanks!
I wonder if there is a good way to make use of this down in
fresh_locs_fresh
. -
Maintainer
In principle we could reuse the
fresh
function that you get fromInfinte loc
for definingfresh_locs
, but the spec does not say anything about also all bigger locations being fresh.That said, I don't think we should even reuse
fresh
, it's kind of bad practice to rely on the specific implementation that's used there.
Please register or sign in to comment