Optional types and nullable types are two different things. Nullable types have 
the problem that they can't be nested (like `Option[Option[T]]` and require 
compiler magic because they don't behave like a regular type.

Reply via email to