Created
February 21, 2017 22:31
-
-
Save marick/2ded35052dd9f86fad3f0901e7fe9a7f 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 alias Animal = | |
| { id : Id | |
| , displayFormat : Format | |
| , version : Int | |
| , name : String | |
| , species : String | |
| , tags : List String | |
| , properties : Properties | |
| , creationDate : Date | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment