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