A blank pattern has the form _
. It matches any expression without creating a variable binding.
For example:
_ = 42
"Always matches"⧨"Always matches"
A blank pattern has the form _
. It matches any expression without creating a variable binding.
For example:
_ = 42
"Always matches"⧨"Always matches"