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

Support LetRecursive expressions #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g.

#light "off"

<@ let rec f (x:int) : int -> int = g x and g (x:int) : int -> int = f x in () 
@>;;

Original issue reported on code.google.com by stephen....@gmail.com on 11 Jul 2011 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 13 Jul 2011 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 20 Jul 2011 at 2:15