PropCheck.BasicTypes.function
You're seeing just the function
function
, go back to PropCheck.BasicTypes module for more information.
Specs
All pure functions that map instances of arg_types
to instances of
ret_type
.
The syntax function(arity, ret_type)
is also acceptable.