Update typedd.rst

This commit is contained in:
J. Rinaldi 2024-06-15 11:42:04 +02:00 committed by G. Allais
parent 055568be28
commit 866354fef1

View File

@ -37,6 +37,8 @@ In ``Average.idr``, add:
import Data.List -- for `length` on lists
import System.REPL -- for `repl`
Instead of entering ``6.0 + 3 * 12``, enter ``the Double (6.0 + 3 * 12)``.
In ``AveMain.idr`` and ``Reverse.idr`` add:
.. code-block:: idris