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