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