Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ doc ] Add missing pragmas to documentation #3148

Merged
merged 2 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/backends/backend-cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ custom back-end and diverging from the Idris representation is not a good idea.
The best approach here is to build a conversion layer between the string
representation of the custom back-end and the runtime.

.. _sect-world:

**World**

In pure functional programming, causality needs to be represented whenever we
Expand Down
2 changes: 2 additions & 0 deletions docs/source/ffi/ffi.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _ffi-overview:

************
FFI Overview
************
Expand Down
2 changes: 2 additions & 0 deletions docs/source/implementation/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ Once we know what the bound implicits need to be, we bind them in
gets turned into a local binding (either Pi or Pat as appropriate, or PLet for
@-patterns).

.. _unbound-implicits:

Unbound Implicits
-----------------

Expand Down
1 change: 1 addition & 0 deletions docs/source/reference/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The compiler has the ``--timing`` flag to dump timing information collected duri
The output documents, in reverse chronological order, the cumulative time taken for the operation (and sub operations) to complete.
Sub levels are indicated by successive repetitions of ``+``.

.. _sect-logging:

Logging
=======
Expand Down
Loading