PropCheck.BasicTypes.tuple
You're seeing just the function
tuple
, go back to PropCheck.BasicTypes module for more information.
Specs
tuple() :: type()
Tuples of any types, i.e. loose_tuple(any)
Specs
All tuples whose i-th element is an instance of the type at index i of
list_of_types
.
Also written simply as a tuple of types.