We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement all case of the function Type.of_absform.
Type.of_absform
TyAnn
atom()
'ok'
1
number()
any()
none()
boolean()
TyTuple
TyUnion
pid()
port()
reference()
identifier()
non_neg_integer()
integer()
pos_integer()
neg_integer()
float()
byte()
char()
TyRange
binary()
bitstring()
list(char())
iodata()
iolist() | binary()
iolist()
maybe_improper_list(byte() | binary() | iolist(), binary() | [])
function()
TyFun
TyFunAny
TyFunAnyArity
TyContFun
TyAnyTuple
module()
mfa()
node()
timeout()
no_return()
TyBinOp
TyUnaryOP
TyAnyMap
TyMap
TyUser
TyLit
TyRecord
TyRemote
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement all case of the function
Type.of_absform
.TyAnn
atom()
,'ok'
1
, andnumber()
any()
none()
boolean()
TyTuple
TyUnion
pid()
port()
reference()
identifier()
Support the typepid()
,port()
,reference()
andidentifier()
#255non_neg_integer()
,integer()
,pos_integer()
,neg_integer()
float()
byte()
char()
TyRange
binary()
bitstring()
and Bitstringlist(char())
) [244]convert integer lists and maps of type specs #246iodata()
(=iolist() | binary()
),iolist()
(=maybe_improper_list(byte() | binary() | iolist(), binary() | [])
)function()
,TyFun
,TyFunAny
TyFunAnyArity
TyContFun
[244] cont fun of type specs #247TyAnyTuple
module()
mfa()
node()
timeout()
no_return()
TyBinOp
,TyUnaryOP
TyAnyMap
TyMap
[244]convert integer lists and maps of type specs #246TyUser
TyLit
TyRecord
TyRemote
The text was updated successfully, but these errors were encountered: