Skip to content

Instantly share code, notes, and snippets.

@kodeFant
Created March 30, 2020 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kodeFant/cbc98ef22af814f1ca2d3f4dde185ea9 to your computer and use it in GitHub Desktop.
Save kodeFant/cbc98ef22af814f1ca2d3f4dde185ea9 to your computer and use it in GitHub Desktop.
type RemoteData err data
= NotAsked
| Loading
| Failure err
| Success data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment