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