Analogous to
Just, promotes a value of type
typ into
one of type
Maybe typ. It should hold that
val .
Just === just . val.
This function will try not to produce a nested
Maybe. This is
in accord with how SQL represents
NULL. That means that
just . just = just. This behavior was
changed in v3.6.0.0. If you want to produce nested
Maybe, see
just'.