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

respond to comments of 8 April 2024 #39

Closed nrnrnr closed 2 months ago

nrnrnr commented 2 months ago

Comments follow.

clunky env var1 var2 = 
    case (lookup env var1, lookup env var2) of 
        (Just val1, Just val2) -> val1 + val2
        _ -> fail
rogerburtonpatel commented 2 months ago

Closing with the 3 in-progress items on my personal list. Thank you very much for the feedback.