Skip to content

Instantly share code, notes, and snippets.

@marciol
Created July 27, 2012 22:44
Show Gist options
  • Save marciol/3190870 to your computer and use it in GitHub Desktop.
Save marciol/3190870 to your computer and use it in GitHub Desktop.
let badcode x y =
if y
then newtonSqrt x
else newtonSqrt "abc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment