arcs icon indicating copy to clipboard operation
arcs copied to clipboard

Literal representations used in Arcs should use a type table

Open shans opened this issue 4 years ago • 0 comments

(from b/172170292)

Currently each literal of a Arcs Manifest states the handle type for each handle inline. This leads to repetitions and deep / recursive types have equally deep + recursive literal representations leading to stack over flows.

Ideally, a table would be used to describe each type allowing a smaller representation that is more general (supporting nesting/recursion).

shans avatar Apr 27 '21 22:04 shans