<@U2S6QSQJY> Some languages have an `Option` type ...
# announcements
p
@darrenatherton Some languages have an
Option
type (and pattern matching), others have (non-)nullable types (and flow typing). Tackles the same problem. For JVM languages, nullable types are nice because
null
needs to be supported anyway for Java compatibility.