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