Skip to content

Instantly share code, notes, and snippets.

@goswinr
Created April 30, 2014 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goswinr/89b48e10e298b13c5c55 to your computer and use it in GitHub Desktop.
Save goswinr/89b48e10e298b13c5c55 to your computer and use it in GitHub Desktop.
if else indentation
let x = false
// The indentation of the else clause seems wrong.
// could there be a compiler warning for this ?
if x then
printfn "if ?"
else // bad indentiation
printfn "else ?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment