ref: d27469804f73bf0874250eda520532875ecf5645 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;