summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/codegen.py b/codegen.py
index 1e20f99a..2232a670 100644
--- a/codegen.py
+++ b/codegen.py
@@ -465,10 +465,8 @@ def genSpec(spec):
%% dialyzer's lack of support for recursive types
-type(amqp_table() :: [{binary(), amqp_field_type(), any()}]).
%% TODO: make this more precise
-%% TODO: Are these tuples of the form {P_basic_property, any()} ?
-type(amqp_properties() :: tuple()).
-%% TODO: make this more precise I can't find any restriction on this.
-%% Should I just check if it's 16bit ?
+
-type(channel_number() :: non_neg_integer()).
-type(resource_name() :: binary()).
-type(routing_key() :: binary()).