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