Skip to content

Instantly share code, notes, and snippets.

@mikeobrien
Created May 17, 2011 23:57
Show Gist options
  • Save mikeobrien/977700 to your computer and use it in GitHub Desktop.
Save mikeobrien/977700 to your computer and use it in GitHub Desktop.
[<TestFixture>]
type ``Recursion Exploration`` () =
//...
[<Test>]
member test.``Should not apply TCO.`` () =
CannotTCO |> should beGreaterThan maxStack
[<Test>]
member test.``Should apply TCO.`` () =
CanTCO |> should beLessThan maxStack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment