Skip to content

Instantly share code, notes, and snippets.

@parthopdas
Last active May 17, 2017 23:09
Show Gist options
  • Save parthopdas/b84c913549f9ff1cbcb62d31a4dd3528 to your computer and use it in GitHub Desktop.
Save parthopdas/b84c913549f9ff1cbcb62d31a4dd3528 to your computer and use it in GitHub Desktop.
[<AutoOpen>]
module FSharpCore41
type Result<'TOk, 'TError> =
| Ok of 'TOk
| Error of 'TError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment