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