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