stefankoegel / clickyEvaluation

Visual tool for stepwise evaluation of simple Haskell expressions
MIT License
20 stars 4 forks source link

Prevent variable capturing #4

Open stefankoegel opened 9 years ago

stefankoegel commented 9 years ago

Commit 94c84d72a555471a778a828e81f9af8cdb8bd6eb prevents the evaluation of terms that would lead to variable capture. It would be better to rename the affected variables and allow the evaluation.