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