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