Skip to content

Instantly share code, notes, and snippets.

@marick
Created February 21, 2017 22:31
Show Gist options
  • Select an option

  • Save marick/2ded35052dd9f86fad3f0901e7fe9a7f to your computer and use it in GitHub Desktop.

Select an option

Save marick/2ded35052dd9f86fad3f0901e7fe9a7f to your computer and use it in GitHub Desktop.
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