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