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

Fix cast precedence and associativity based on updated F# spec operator precedence table #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The F# 2.0 spec was recently updated and has changed the entry for :> and :?> 
from being the same as :? to having lower precedence and right associativity.

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

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

Original comment by stephen....@gmail.com on 14 May 2012 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 20 May 2012 at 4:23