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