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

Formalize what we mean by a decision tree #11

Closed rogerburtonpatel closed 7 months ago

rogerburtonpatel commented 8 months ago
  1. expression form
  2. rules for its evaluation
nrnrnr commented 7 months ago

Done at the board today. Key idea: parameterize the tree with a type variable. The parameterization separates "act of deciding" from "action to take once decision has been made."