PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

improve Tuple (and Product) types support #7131

Open shans opened 3 years ago

shans commented 3 years ago

(from b/175821052)

  1. support collection of unions, e.g.: schema Foo b: [(Bar, Baz)] currently fails at parsing
  2. Support union as handle connection type: particle Foo b: writes [(Bar, Baz)]