riccardotommasini / ppl

This repository contains the material related to the practical classes of the course Principles of Programming Languages
Apache License 2.0
29 stars 12 forks source link

Lambdas instead of do notation #16

Open TommasoBianchi opened 5 years ago

TommasoBianchi commented 5 years ago

I have implemented an alternative version of the functions mapListM and numberList that make use of explicit lambdas for building runStates that are then wrapped into States, instead of using the do notation. I have briefly tested them and they seem to work and yield the same results.