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