File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ simplification."
201
201
202
202
(For simple proofs like this, you can call \gls{idris-add-clause} with the point
203
203
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.)
206
206
207
207
\todo[inline]{Verify the "main uses " claim.}
208
208
Original file line number Diff line number Diff line change 76
76
A prefix argument restricts loading to the current line.
77
77
}
78
78
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
+
79
91
\newglossaryentry {induction}
80
92
{
81
93
name=\sl {induction},
You can’t perform that action at this time.
0 commit comments