Tag: debug
-
Using Debug.toStringis really helpful to help debug the model but the format of the output is hard to read. Looking for solution I stumbled upon this gem(not the ruby gem). I changed it to work in elm 0.19 and fix a minor issue when usingcustom typefor theModel. Here’s the final result on Gist.