[erlang-bugs] R15B03 PLT three unknown types

Tuncer Ayaz tuncer.ayaz@REDACTED
Thu Nov 29 00:22:15 CET 2012


Building a fairly complete PLT for R15B03 Dialyzer correctly reports
three unknown types:

Unknown types:
  ct:hook_options/0
  inet:host_name/0
  ssl:sslsock/0

Grepping the tree for the types:

lib/common_test/src/ct_netconfc.erl:
 -export_type([hook_options/0,
lib/common_test/src/ct_netconfc.erl:
 -type hook_options() :: [hook_option()].

lib/common_test/src/ct_netconfc.erl:
  -type host() :: inet:host_name() | inet:ip_address().

lib/diameter/src/transport/diameter_tcp.erl:
 {socket  :: inet:socket() | ssl:sslsock(), %% accept or connect socket0



More information about the erlang-bugs mailing list