mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 06:52:19 +03:00
Added notes: :exec needs to be passed main (#2946)
This commit is contained in:
parent
9544162bc4
commit
3eeb4f4cd3
@ -19,7 +19,7 @@ necessary changes.
|
||||
Chapter 1
|
||||
---------
|
||||
|
||||
No changes necessary
|
||||
Instead of entering ``:exec`` to run ``Hello.idr`` in the REPL, enter ``:exec main``.
|
||||
|
||||
Chapter 2
|
||||
---------
|
||||
@ -40,6 +40,8 @@ In ``AveMain.idr`` and ``Reverse.idr`` add:
|
||||
|
||||
import System.REPL -- for 'repl'
|
||||
|
||||
Instead of entering ``:exec`` to run ``main`` from ``AveMain.idr``, enter ``:exec main``.
|
||||
|
||||
Chapter 3
|
||||
---------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user