Viir
released this
03 Feb 20:09
Fix concretization of generic type instances in Elm compiler
+ Expand the example app to demo backend state serialization to cover more cases of instantiation of generic types: Add tuples, records, and instances of 'Maybe' with generic type arguments.
+ Automate test to assert that the demo app program code compiles.
+ Fix the concretization of generic type instances in compilation to generate JSON coding functions: Add coverage for 'instance', 'record', and 'tuple' cases.