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