Hello,
Given that this is allowed
Program : List Term
Term : [Quote (List Term)]
why isn't this allowed?
Program : List Term
Term : [Quote Program]
Old compiler bug that still needs to be fixed.
Essentially recursive types need to be defined in a single large definition currently.
Last updated: Jul 06 2025 at 12:14 UTC