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
Instead of,
> <@ fun () -> 3 @> |> source;;
val it : string = "fun unitVar0 -> 3"
should be
> <@ fun () -> 3 @> |> source;;
val it : string = "fun () -> 3"
Original issue reported on code.google.com by stephen....@gmail.com on 14 Mar 2011 at 11:36
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
stephen....@gmail.com
on 14 Mar 2011 at 11:36The text was updated successfully, but these errors were encountered: