Created
December 3, 2015 11:46
-
-
Save ccapndave/1795b57f1164ff348817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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