Skip to content

Instantly share code, notes, and snippets.

@sslotsky
Created March 6, 2019 20:38
Show Gist options
  • Save sslotsky/005c2aa64e9cd04971aa12ca74076f8e to your computer and use it in GitHub Desktop.
Save sslotsky/005c2aa64e9cd04971aa12ca74076f8e to your computer and use it in GitHub Desktop.
type chainableList('a) =
| Value(list('a))
| Failure;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment