fate_type_type should be {variant, List} without explicitly storing the size

This commit is contained in:
Thomas Arts 2019-04-08 11:50:01 +02:00
parent 9041423906
commit 68e6a2163e

View File

@ -34,7 +34,7 @@
| name | name
| channel | channel
| bits | bits
| {variant, list(), integer()}. | {variant, list()}.
-type fate_type() :: -type fate_type() ::