Create a 'Just' variant of a maybe value
just(a)
a
A value to wrap in a 'Just' container
A 'Just' variant of a maybe value
just(1) just("hello")