The code used in a lecture # 4 (28.09)
Implement normalization of a lambda term. Lambda term should be specified like this:
Appl(Abst(Var("x"), Appl(Var("x"),Var("y"))),Abst(Var("x"),Var("x")))
Use case classes and pattern matching!
Send it by e-mail: course.scala@gmail.com Deadline is 4 October 2012, 21:00