Skip to content

Instantly share code, notes, and snippets.

@rexcfnghk
Created May 29, 2016 12:05
Show Gist options
  • Select an option

  • Save rexcfnghk/0df54a1526cbaba17eba9029aea50350 to your computer and use it in GitHub Desktop.

Select an option

Save rexcfnghk/0df54a1526cbaba17eba9029aea50350 to your computer and use it in GitHub Desktop.
type ValidationResult<'a> =
| Success of 'a
| Error of string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment