rbs icon indicating copy to clipboard operation
rbs copied to clipboard

How to use type aliases?

Open samuel-williams-shopify opened this issue 6 months ago • 0 comments

In my code, I have a function that returns RBS::Parser.parse_type(...). So do I declare the return value to be RBS::Types::t? But that type is not listed in rbs -r rbs list. So I don't know if it's acceptable (public?) or not.

samuel-williams-shopify avatar Jul 19 '25 13:07 samuel-williams-shopify