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