This commit is contained in:
Craig Everett 2025-03-07 07:08:46 +09:00
parent 9a99d83014
commit 138fe0697d

View File

@ -1156,7 +1156,7 @@ fun_interfaces(ScrollWin, FunSz, Buttons, Funs, J) ->
<<"address">> -> address;
<<"int">> -> integer;
<<"bool">> -> boolean;
L when is_list(L) -> list; % FIXME
#{<<"list">> := _} -> list;
% I when is_binary(I) -> iface % FIXME
I when is_binary(I) -> address % FIXME
end,