rogerburtonpatel / vml

Code and proofs for Verse-ML, an equation-style sub-ml language. Part of an undergraduate senior thesis with Norman Ramsey, Milod Kazerounian, and Roger Burtonpatel.
5 stars 0 forks source link

Pair programming CAsubst #42

Open rogerburtonpatel opened 2 months ago

rogerburtonpatel commented 2 months ago

From old issue #34: freshnames.sml simply does not provide fresh names relative to an existing environment yet. Finding where to produce fresh names, and using them for capture-avoiding substitution with renaming.sml, is the only programming exercise I would like help with.