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