PropCheck.BasicTypes.parameter

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

Specs

parameter(atom()) :: value()

Returns the value associated with parameter, or :undefined in case parameter is not associated with any value.

Association occurs with calling with_parameter/3 or with_parameters/2 before.

Link to this function

parameter(parameter, default)

View Source

Specs

parameter(atom(), value()) :: value()

Returns the value associated with parameter, or default in case parameter is not associated with any value.

Association occurs with calling with_parameter/3 or with_parameters/2 before.