Skip to content

Spec typo of map type #173

Closed
Closed
@gopherbot

Description

@gopherbot

by lihaitao:

Map types:

MapType     = "map" "[" KeyType "]" ElementType .
KeyType     = Type .
ValueType   = Type .

What is the expected output?
MapType     = "map" "[" KeyType "]" ValueType .
KeyType     = Type .
ValueType   = Type .

Which revision are you sync'ed to?  (hg log -l 1)
4037:cd0140653802

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions