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