coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.12k stars 67 forks source link

Define types for struct fields and class methods #1182

Closed jbouwman closed 1 month ago

jbouwman commented 1 month ago

Refactor: make modeling of structs and classes more consistent by combining parallel slots into structures.