Skip to content

Commit e67ace2

Browse files
committed
Add idris-proof-search to glossary
1 parent c236e71 commit e67ace2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

src/Basics.lidr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ simplification."
201201

202202
(For simple proofs like this, you can call \gls{idris-add-clause} with the point
203203
on the name (\idr{testNextWeekday}) in the type signature and then call
204-
\el{idris-proof-search} (\el{M-RET p}) with the point on the resultant hole to
205-
have Idris solve the proof for you.)
204+
\gls{idris-proof-search} with the point on the resultant hole to have Idris
205+
solve the proof for you.)
206206

207207
\todo[inline]{Verify the "main uses" claim.}
208208

src/glossary.tex

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@
7676
A prefix argument restricts loading to the current line.
7777
}
7878

79+
\longnewglossaryentry{idris-proof-search}{
80+
name=\el{idris-proof-search},
81+
sort={idris-proof-search}
82+
}
83+
{
84+
\el{(idris-proof-search &optional ARG)}
85+
86+
Invoke the proof search. A plain prefix argument causes the
87+
command to prompt for hints and recursion depth, while a numeric
88+
prefix argument sets the recursion depth directly.
89+
}
90+
7991
\newglossaryentry{induction}
8092
{
8193
name=\sl{induction},

0 commit comments

Comments
 (0)