You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g., currently falls back on ToString:
> source <@ (System.Func<int,int>(fun i -> i + 1)) @>;;
val it : string =
"NewDelegate (System.Func`2[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]],
i,
Call (None, Int32 op_Addition[Int32,Int32,Int32](Int32, Int32),
[i, Value (1)]))"
Original issue reported on code.google.com by [email protected] on 27 Feb 2011 at 5:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Feb 2011 at 5:06The text was updated successfully, but these errors were encountered: