PropCheck.BasicTypes.any

You're seeing just the function any, go back to PropCheck.BasicTypes module for more information.

Specs

any() :: type()

All Elixir terms (that PropEr can produce).

For reasons of efficiency, functions are never produced as instances of this type.

CAUTION: Instances of this type are expensive to produce, shrink and instance- check, both in terms of processing time and consumed memory. Only use this type if you are certain that you need it.