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