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