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