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