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