mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-19 11:23:46 +00:00
Estimated hours taken: 2 Bug fix. compiler/higher_order.m lambda.m reorders the argument variables of lambda expressions so that inputs come before outputs. higher_order.m was not doing the reordering before replacing a higher_order_call with a call to the lambda expression. compiler/lambda.m Export lambda__permute_argvars for use by higher_order.m. tests/hard_coded/Mmake tests/hard_coded/ho_order.m tests/hard_coded/ho_order.exp Regression test.
3 lines
22 B
Plaintext
3 lines
22 B
Plaintext
Deleting 1
|
|
Deleting 2
|