Skip to content

Instantly share code, notes, and snippets.

@rexcfnghk
Last active July 1, 2016 14:55
Show Gist options
  • Select an option

  • Save rexcfnghk/2dec88991d62033c704f2590dc138c0d to your computer and use it in GitHub Desktop.

Select an option

Save rexcfnghk/2dec88991d62033c704f2590dc138c0d to your computer and use it in GitHub Desktop.
// val tryConvertToChar: s: string -> ValidationResult<char>
let tryConvertToChar (s: string) =
Success 'a'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment