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