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