mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-25 12:42:02 +03:00
[ doc ] Add note about ExprSearch
This commit is contained in:
parent
4926ae3ab5
commit
778fac7a8f
@ -108,6 +108,7 @@ They are compatible with Version 1 and 2.0 of the protocol unless otherwise stat
|
|||||||
``(:proof-search LINE NAME HINTS)``
|
``(:proof-search LINE NAME HINTS)``
|
||||||
Attempt to fill out the holes on ``LINE`` named ``NAME`` by proof search.
|
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.
|
``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])``
|
``(:docs-for NAME [MODE])``
|
||||||
Look up the documentation for ``NAME``, and return it as a highlighted string.
|
Look up the documentation for ``NAME``, and return it as a highlighted string.
|
||||||
|
Loading…
Reference in New Issue
Block a user