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