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