| =>1 | one step proof |
| =>+ | one or more steps proof |
| =>* | zero or more steps proof |
| =>! | only canonical final states, that cannot be further rewritten, |
| are allowed as solutions |
The optional depth argument indicates the maximum depth of the search.
If it is omitted, infinity is assumed. It is also possible to give a depth bound
without giving a bound on the number of solutions returned by requesting a
search of the form search [,m] ....
The search type =>1 is an abbreviation of the search type =>+ with the depth bound set to 1.
As usual, if the in clause is omitted, the current module is assumed.
For examples, see Section 5.4.3.