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