Skip to content

Instantly share code, notes, and snippets.

@ccapndave
Created December 3, 2015 11:46
Show Gist options
  • Save ccapndave/1795b57f1164ff348817 to your computer and use it in GitHub Desktop.
Save ccapndave/1795b57f1164ff348817 to your computer and use it in GitHub Desktop.
type Action
= StudentEdit Student.Student
| UnitEdit Unit.Unit
| StudentDeleteConfirm Student.Student
| StudentDeleteConfirmed Student.Student (Maybe Bool)
| StudentDeleted Student.Student (Result PouchDB.PouchError Bool)
| UnitDeleteConfirm Unit.Unit
| UnitDeleteConfirmed Unit.Unit (Maybe Bool)
| UnitDeleted Unit.Unit (Result PouchDB.PouchError Bool)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment