ref: b22fbb6351d844d58002c326809258016595ed31 dir: /lib/std/option.myr/
pkg std = type option(@a) = union `None `Some @a ;; ;;