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