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