Skip to content

v2023-01-31

Compare
Choose a tag to compare
@Viir Viir released this 03 Feb 20:09
· 1050 commits to main since this release
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.