I installed Adga with 'apt-get install agda-mode'. I've got a working 'Hello World' program written in Agda shown in the screenshot below
But when I go to Agda > Compile it asks me for a 'backend' shown in this second screenshot
I've tried typing in 'GHC' as my back end but it just says '/usr/share/libghc-agda-dev/MAlonzo/src: getDirectoryContents:openDirStream: does not exist (No such file or directory)'
Agda > Load seems to work. How do I get my Agda program to compile?
agda
too? The packageagda-mode
only provides the emacs mode, not the compiler. – gallais