summaryrefslogtreecommitdiff
path: root/src/colm.lm
diff options
context:
space:
mode:
Diffstat (limited to 'src/colm.lm')
-rw-r--r--src/colm.lm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/colm.lm b/src/colm.lm
index d1323245..f354703e 100644
--- a/src/colm.lm
+++ b/src/colm.lm
@@ -560,9 +560,9 @@ def code_factor
def type_ref
[region_qual id opt_repeat] :Id
-| [LIST LT type_ref GT] :List
-| [MAP LT MapKeyType: type_ref MapValueType: type_ref GT] :Map
| [PARSER LT type_ref GT] :Parser
+| [LIST LT type_ref GT] :List
+| [MAP LT KeyType: type_ref ElType: type_ref GT] :Map
def region_qual
[region_qual id DOUBLE_COLON] :Qual