stylewarning / deprecated-coalton-prototype

Coalton is (supposed to be) a dialect of ML embedded in Common Lisp.
MIT License
208 stars 7 forks source link

ensure DEFINE-TYPE defined constructors are lexical #27

Closed stylewarning closed 4 years ago

stylewarning commented 4 years ago

right now we use DEFINE-GLOBAL-VAR*. Fixing this will require some understanding of compile-time vs load-time etc.

stylewarning commented 4 years ago

Also see unit in early-types.lisp.

stylewarning commented 4 years ago

(fixed)