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