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