mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-28 22:22:10 +03:00
Remove the :force: that RTD complains about
This isn't the right solution since it removes the highlighting but maybe it makes the build work again (it does for me locally)
This commit is contained in:
parent
0563f7dcec
commit
940570e083
@ -93,15 +93,12 @@ only. Usually, ``default`` is used to provide things like a custom proof search
|
||||
Literate programming
|
||||
====================
|
||||
|
||||
[NOT YET IN IDRIS 2]
|
||||
|
||||
Like Haskell, Idris supports *literate* programming. If a file has
|
||||
an extension of ``.lidr`` then it is assumed to be a literate file. In
|
||||
literate programs, everything is assumed to be a comment unless the line
|
||||
begins with a greater than sign ``>``, for example:
|
||||
|
||||
.. code-block:: literate-idris
|
||||
:force:
|
||||
::
|
||||
|
||||
> module literate
|
||||
|
||||
|
@ -147,8 +147,7 @@ Propagating Inner Module API's
|
||||
Additionally, a module can re-export a module it has imported, by using
|
||||
the ``public`` modifier on an ``import``. For example:
|
||||
|
||||
.. code-block:: idris
|
||||
:force:
|
||||
::
|
||||
|
||||
module A
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user