SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
287 stars 25 forks source link

Change signatures for raw evaluation to return generic argument type #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 28 Nov 2011 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 11 Apr 2012 at 8:46