jstolarek / slicer

Companion code for paper "Imperative Functional Programs that Explain their Work", Wilmer Ricciotti, Jan Stolarek, Roly Perera and James Cheney, ICFP 2017, Oxford, UK
http://dl.acm.org/citation.cfm?id=3110258
GNU General Public License v3.0
6 stars 0 forks source link

Visualize references, exceptions, loops and arrays #53

Open jstolarek opened 7 years ago

jstolarek commented 7 years ago

New imperative constructors (references, exceptions, loops and arrays) are completely ignored in the Visualize module. Need to carefully update the code - carefully, because pattern exhaustiveness checker is of no use when we're matching elements in pairs.

jstolarek commented 7 years ago

See also #61