🔦 CSLib feature spotlight: fresh values. A great example of theory meeting practice.
In many explanations of programs and proofs in computer science, you might find sentences like:
- 'Pick a fresh value x not in the set'
- 'For a fresh x'
- 'Where x is a fresh name not in the program P'
etc.
I myself must've seen this pattern hundreds of times in compilers, process models, and semantics – to mention a few.
1/

