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