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