Records in Elm

InstructorRonn Ross

Share this video with your friends

Send Tweet

Records are important data structures in Elm. In this lesson we learn to create a record as well as describe the record by creating a type. We will also see how these new types can be used to clean up our annotations.

Robert Pearce
~ 7 years ago

I've never thought to further extract beyond List Resource, for example, and even give that it's own type alias to clean up my types all over the place. Thanks!

Ronn Rossinstructor
~ 7 years ago

That's awesome glad to hear this helps.