schema compiler: regularize some names in carrier types.
Use a "__" pattern -- the same one already used in our schema codegen. This is less ambiguous given we have some other names which already use single underscores to demarcate other semantics (e.g. union membership groupings). Also things now ready left-to-right as is normal for golang (e.g., the word "map" or "list" now comes first). No logical changes. Just naming.
Showing
Please register or sign in to comment