Skip to content

Commit

Permalink
Merge pull request #3148 from dunhamsteve/doc-pragma
Browse files Browse the repository at this point in the history
[ doc ] Add missing pragmas to documentation
  • Loading branch information
andrevidela authored Nov 28, 2023
2 parents 737a2d9 + 60ec783 commit 6eb6661
Show file tree
Hide file tree
Showing 8 changed files with 381 additions and 18 deletions.
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

0 comments on commit 6eb6661

Please sign in to comment.