summaryrefslogtreecommitdiff
path: root/test/files/specialized/constant_lambda.check
Commit message (Collapse)AuthorAgeFilesLines
* Make specialization aware of anonymous functions.James Iry2013-11-061-0/+2
During development of late delmabdafying there was a problem where specialization would undo some of the work done in uncurry if the body of the lambda had a constant type. That would result in a compiler crash as when the delambdafy phase got a tree shape it didn't understand. This commit has a fix and a test.