``` e.g. instead of evalRaw <@ 3 @> :?> int + 3 we can do evalRaw <@ 3 @> + 3 which would be the same as evalRaw<int> <@ 3 @> + 3 ``` Original issue reported on code.google.com by `stephen....@gmail.com` on 6 Sep 2011 at 12:04