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