Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 13:45
Show Gist options
  • Select an option

  • Save SteveGilham/065522d60a9ff8b966f9 to your computer and use it in GitHub Desktop.

Select an option

Save SteveGilham/065522d60a9ff8b966f9 to your computer and use it in GitHub Desktop.
let resource = getResource()
in try folds (useResource resource) []
with EmptyList m -> stdout.WriteLine(m);
rethrow()
finally releaseResource resource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment