<@U5GGH6ZQW> I don't really get what a monad is bu...
# announcements
k
@trevortrevor I don't really get what a monad is but
a ?: b
is compiled to
if (a == null) b else a
is that helps.