[ doc ] Add note about ExprSearch

This commit is contained in:
Greg Werbin 2021-11-02 22:37:17 -04:00
parent 4926ae3ab5
commit 778fac7a8f
No known key found for this signature in database
GPG Key ID: 86D213EEE4D6618C

View File

@ -108,6 +108,7 @@ They are compatible with Version 1 and 2.0 of the protocol unless otherwise stat
``(:proof-search LINE NAME HINTS)``
Attempt to fill out the holes on ``LINE`` named ``NAME`` by proof search.
``HINTS`` is a possibly-empty list of additional things to try while searching.
This operation is also called ``ExprSearch`` in the Idris 2 API.
``(:docs-for NAME [MODE])``
Look up the documentation for ``NAME``, and return it as a highlighted string.