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