Igor Bagdamyan
Igor Bagdamyan
Arena based allocators like "allocate temp heap, do whatever you want within it, remove heap entirely" have the same problem as object stack allocation - there should be an escape...
Same here. But in my case ghc/stack were installed via chocolatey on Windows. Calling those manually works
It's only my personal opinion but I feel like all operators should generally behave the same: e.g. if pipe operator is moved to new line then and/or e.t.c. should be...
@saul @auduchinok Hey! Can we do something to make this feature green and merged?
Not sure build failure is related (frontend)
This is ready for review. I've formatted code and cleaned up all that initial wip mess I made. In this pr: parameter annotations, member annotations, let! bindings annotations. Various checks...
I've resolved all previous review comments I believe. This needs a new review anyway.
Added an special case for ConstrainedTypeUsage - that was sorta quirky
I did some fixes, but not all of them. I guess more tests actually need to be written (like those examples you've shown in CR). I like this generic way...
@auduchinok I belive I've fixed all the thing you noted except for those that are still in question. I've added those tricky stuff you've mentioned in tests like let x:...