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