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