Created
February 21, 2017 22:43
-
-
Save marick/13d533cd351f1b4a54df981a39950665 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 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