koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

Struct Constructor TitleCase #537

Open TimWhiting opened 1 month ago

TimWhiting commented 1 month ago

Struct constructors should really be converted from type-case to ConstructorCase.

Most type definitions use ConstructorCase, and to have the autogenerated constructors for structs be different is quite a bit weird.