Skip to content

Commit

Permalink
[ doc ] reference intro info on elab
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte authored and gallais committed Jun 5, 2024
1 parent d7d8486 commit 0742b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/reference/pragmas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Global pragmas
``%language``
--------------------

Enable language extensions. Currently, the only extension is ``ElabReflection``.
Enable language extensions. Currently, the only extension is [#ElabReflection]_.

.. code-block:: idris
Expand Down Expand Up @@ -493,3 +493,4 @@ over the value syntactically, rather than by value, and can significantly speed
up elaboration where large types are involved, at a cost of being less general.
Try it if "with" is slow.

.. [#ElabReflection] https://github.com/stefan-hoeck/idris2-elab-util/blob/main/src/Doc/Index.md

0 comments on commit 0742b3b

Please sign in to comment.