Fix types
This commit is contained in:
parent
2b3603e86f
commit
d69375e72b
@ -24,9 +24,9 @@
|
|||||||
|
|
||||||
-type fate_type_type() :: integer
|
-type fate_type_type() :: integer
|
||||||
| boolean
|
| boolean
|
||||||
| {list, fate_type()}
|
| {list, fate_type_type()}
|
||||||
| {map, fate_type(), fate_type()}
|
| {map, fate_type_type(), fate_type_type()}
|
||||||
| {tuple, [fate_type()]}
|
| {tuple, [fate_type_type()]}
|
||||||
| address
|
| address
|
||||||
| hash
|
| hash
|
||||||
| signature
|
| signature
|
||||||
@ -35,7 +35,8 @@
|
|||||||
| name
|
| name
|
||||||
| channel
|
| channel
|
||||||
| bits
|
| bits
|
||||||
| {variant, list()}.
|
| string
|
||||||
|
| {variant, [fate_type_type()]}.
|
||||||
|
|
||||||
|
|
||||||
-type fate_type() ::
|
-type fate_type() ::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user