`man` receives a function and obtains the conditions that its arguments must verify. It returns them in a list that prints as a list of instructions.

man(f)

Arguments

f

A function created with `def`

Value

A list of argument checks