Using "Maybe" in Elm for values that may or may not exist

InstructorMurphy Randle

Share this video with your friends

Send Tweet

Elm includes a data type called Maybe which is useful for working with values that may, or may not exist. This lesson shows a simple case where maybe types are encountered, and how to make them useful.