We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb4e39 commit 705e9dfCopy full SHA for 705e9df
doc/stdlib/index-list.html.template
@@ -40,6 +40,7 @@ through the <tt>Require Import</tt> command.</p>
40
41
<dt> <b>Program</b>:
42
Support for dependently-typed programming in namespace Stdlib.Program.
43
+ Beware that there are also Tactics.v and Wf.v files in Init.
44
</dt>
45
<dd>
46
theories/Program/All/Subset.v
@@ -359,6 +360,7 @@ through the <tt>Require Import</tt> command.</p>
359
360
<dt> <b>Strings</b>
361
Implementation of string as list of ASCII characters,
362
in namespace Stdlib.Strings.
363
+ Beware that there is also a Byte.v file in Init.
364
365
366
theories/Strings/Byte.v
0 commit comments