faylang / fay

A proper subset of Haskell that compiles to JavaScript
https://github.com/faylang/fay/wiki
BSD 3-Clause "New" or "Revised" License
1.29k stars 86 forks source link

move desugarListComp to desugar module #371

Closed osa1 closed 10 years ago

osa1 commented 10 years ago

all desugar functions are in desugar module except this one

bergmark commented 10 years ago

Don't worry about the build error, I managed to break travis somehow.

I thought there was a reason i didn't move this... but if the tests pass it should be fine, thanks!

osa1 commented 10 years ago

yeah, tests pass on my machine.

bergmark commented 10 years ago

Merged!