yolo, un-do experimental type hack
This commit is contained in:
parent
d9694a992a
commit
c2faf9f499
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
-type epoch_num() :: -1 | non_neg_integer().
|
||||
-type epoch_id() :: {epoch_num(), epoch_csum()}.
|
||||
-type file_info() :: {file_size(), file_name_s()}.
|
||||
-type file_name() :: float().%%%binary() | list().
|
||||
-type file_name() :: binary() | list().
|
||||
-type file_name_s() :: binary(). % server reply
|
||||
-type file_offset() :: non_neg_integer().
|
||||
-type file_size() :: non_neg_integer().
|
||||
|
|
Loading…
Reference in a new issue