Skip to content

Instantly share code, notes, and snippets.

@marick
Created February 21, 2017 22:43
Show Gist options
  • Save marick/13d533cd351f1b4a54df981a39950665 to your computer and use it in GitHub Desktop.
Save marick/13d533cd351f1b4a54df981a39950665 to your computer and use it in GitHub Desktop.
type alias Form =
{ id : Id
, sortKey : String -- Distinct from name so that changing the name
-- doesn't cause list entries to change position
, effectiveDate : DateHolder
, intendedVersion : Int
, species : Namelike
, name : Css.FormValue Namelike
, tags : List Namelike
, tentativeTag : String
, properties : Properties
, status : Css.FormStatus
, originalAnimal : Animal --- <<<<<<<<<<<<<<<<<<<
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment