PropCheck.BasicTypes.list
You're seeing just the function
list
, go back to PropCheck.BasicTypes module for more information.
Specs
list() :: type()
List of any types, i.e. list(any)
Specs
All lists containing elements of type elem_type
.
Instances shrink towards the empty list, []
.