Type check Bytes.to_X builtins

This commit is contained in:
Ulf Norell
2019-06-24 11:44:07 +02:00
parent 2e0c44862c
commit 6612c29758
5 changed files with 75 additions and 17 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
-type type() :: {fun_t, ann(), [named_arg_t()], [type()], type()}
| {app_t, ann(), type(), [type()]}
| {tuple_t, ann(), [type()]}
| {bytes_t, ann(), integer()}
| {bytes_t, ann(), integer() | any}
| id() | qid()
| con() | qcon() %% contracts
| tvar().