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