flix / programming-flix

A tutorial for programming in Flix
Apache License 2.0
6 stars 13 forks source link

docs: more helpful lattice semantics example #86

Closed paulbutcher closed 2 years ago

paulbutcher commented 2 years ago

I've been looking at this example. As part of making sure that I understand what's going on, I changed it so that it doesn't use lattice semantics, i.e. changed all the semicolons to commas. And got exactly the same answer as when using lattice semantics which was ... unhelpful.

This PR modifies the example so that it gives a different result with and without lattice semantics (which should make it more helpful for the next person taking this road).