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