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