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