Closed GoogleCodeExporter closed 9 years ago
Original comment by stephen....@gmail.com
on 22 Mar 2011 at 2:31
I had a change of heart, I am on the brink of completing work to "re-sugar"
various partially applied lambda call expressions and this issue no longer
seems relevant: there are too many expression cases which may reduce as Lambda
values and there are too few cases where you'd even encounter this situation in
test expressions.
Original comment by stephen....@gmail.com
on 26 Mar 2011 at 1:51
Original comment by stephen....@gmail.com
on 26 Mar 2011 at 1:51
FALSE! this turns out to indeed be a critical part of issue 23. But i'm not
quite ready to mark as "Fixed" quite yet... needs to be more definite in
results.
Original comment by stephen....@gmail.com
on 26 Mar 2011 at 2:33
Original comment by stephen....@gmail.com
on 26 Mar 2011 at 11:54
Marking as fixed: we do reduce in most appropriate scenarios, but sometimes
it's not appropriate, e.g.
> <@ [1;2;3] |> List.map (+) @> |> unquote;;
[1; 2; 3] |> List.map (+)
[<fun:ToFSharpFunc@3051-1>; <fun:ToFSharpFunc@3051-1>;
<fun:ToFSharpFunc@3051-1>]
Original comment by stephen....@gmail.com
on 2 Apr 2011 at 8:27
Original comment by stephen....@gmail.com
on 2 Apr 2011 at 7:59
Original issue reported on code.google.com by
stephen....@gmail.com
on 22 Mar 2011 at 2:13