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
285 stars 26 forks source link

Prefix operator precedence should be reduced when return value is a lambda which is being applied #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example:

    let (~-) x y : System.DateTime = x + y
    <@ (-DateTime.Now) TimeSpan.MinValue @> |> decompile =? "-DateTime.Now TimeSpan.MinValue" //incorrect decomplition: should be (-DateTime.Now) TimeSpan.MinValue

Original issue reported on code.google.com by stephen....@gmail.com on 13 May 2012 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 13 May 2012 at 3:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r597.

Original comment by stephen....@gmail.com on 6 Jun 2012 at 12:11

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 15 Jun 2012 at 12:57