We should offer a default constructor for structs based on field declaration order: ```haskell struct Player foo: Int64 bar: String main -> let player = Player 2, "somevalue" ```
We should offer a default constructor for structs based on field declaration order: