mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 17:21:59 +03:00
Update typedd.rst
This commit is contained in:
parent
055568be28
commit
866354fef1
@ -37,6 +37,8 @@ In ``Average.idr``, add:
|
|||||||
import Data.List -- for `length` on lists
|
import Data.List -- for `length` on lists
|
||||||
import System.REPL -- for `repl`
|
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:
|
In ``AveMain.idr`` and ``Reverse.idr`` add:
|
||||||
|
|
||||||
.. code-block:: idris
|
.. code-block:: idris
|
||||||
|
Loading…
Reference in New Issue
Block a user