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