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