Sha256: b294e7f6126308796f5ebad94f283dee2c28acb7ecbf1d83f462cdebad487243
Contents?: true
Size: 383 Bytes
Versions: 13
Compression:
Stored size: 383 Bytes
Contents
package a:b; world imports { import interface-with-live-type; import interface-with-dead-type; } interface interface-with-live-type { record live-type { a: u32, } f: func() -> live-type; } interface interface-with-dead-type { use interface-with-live-type.{live-type}; record dead-type { a: u32, } variant v { a(live-type), b(dead-type), } }
Version data entries
13 entries across 13 versions & 1 rubygems