Sha256: 7e1465b7730a56bc7ba8f6a3fead29e4558d3ad58f38da94da246cb8fbe07996
Contents?: true
Size: 185 Bytes
Versions: 23
Compression:
Stored size: 185 Bytes
Contents
package foo:foo; interface strings { a: func(x: string); b: func() -> string; c: func(a: string, b: string) -> string; } world the-world { import strings; export strings; }
Version data entries
23 entries across 23 versions & 1 rubygems