3
agda --alonzo File.agda
14
The main module should contain the function mainS : String, compile it with
16
ghc --make -main-is File.main File.hs
18
There is a shell script "almake" that will do both, provided you have
19
compiled all dependencies beforehand.
23
You need the following runtime files:
28
NEVER run agda -c on RT* files as it will destroy the corresponding .hs files
30
There is a "runtime" target in the Makefile, so running
34
will compile the runtime files for you.
36
There is a small prelude included, you can compile it with