haskell-mafia / projector

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

Non-recursive rewrites #246

Closed thumphries closed 7 years ago

thumphries commented 7 years ago

Was doing doubly-nested recursive rewriting, interpreter was accidentally exponential time.

It's still slower than I want, but good enough for now.