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