haskell-mafia / projector

A typed, total templating language
BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

Recursive records won't work #233

Open thumphries opened 7 years ago

thumphries commented 7 years ago

Just noticed the way we unfold records into IClosedRecord will explode on recursively-defined structures.

We probably don't care about this given the tool's limited scope, but worth being aware this currently doesn't work.