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