Skip to content

Commit 30e9382

Browse files
Merge PR #21142: Documentation fix
Reviewed-by: jfehrle Co-authored-by: jfehrle <jfehrle@users.noreply.github.com>
2 parents 284746b + 3af46ef commit 30e9382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/sphinx/proof-engine/vernacular-commands.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,16 +1215,16 @@ Exposing constants to OCaml libraries
12151215
the constant is exposed to the kernel. For instance, the `PrimInt63` module
12161216
features the following declaration:
12171217

1218-
This command supports attributes :attr:`local`, :attr:`export` and :attr:`global`.
1219-
The default is :attr:`global`, even inside sections.
1220-
12211218
.. rocqdoc::
12221219

12231220
Register bool as kernel.ind_bool.
12241221

12251222
This makes the kernel aware of the `bool` type, which is used, for example,
12261223
to define the return type of the :g:`#int63_eq` primitive.
12271224

1225+
This command supports attributes :attr:`local`, :attr:`export` and :attr:`global`.
1226+
The default is :attr:`global`, even inside sections.
1227+
12281228
.. seealso:: :ref:`primitive-integers`
12291229

12301230
.. cmd:: Print Registered

0 commit comments

Comments
 (0)