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