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

Restore coalton-codegen-types #1119

Closed jbouwman closed 2 months ago

jbouwman commented 3 months ago

Add coalton-codegen-types macro, to emit code including Lisp type declarations.

Closes #1017