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