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