I have installed and been able to use Agda on my Ubuntu system via the emacs editor, and all seems good so far.
However, I am unable to install and set up the standard library for it.
Following this: https://agda.readthedocs.io/en/v2.6.1/getting-started/installation.html I have tried
apt-get install agda-stdlib
which worked, but then I tried following this: https://agda.readthedocs.io/en/latest/tools/package-system.html and the directory where apt-get seemed to install agda-stdlib does not contain a library file standard-library.agda-lib, only the following
Algebra Function IO.agda Relation Algebra.agda Function.agda IO.agdai Size.agda Algebra.agdai Function.agdai Level.agda Size.agdai Category index.agda Level.agdai Strict.agda Coinduction.agda Induction Record.agda Strict.agdai Coinduction.agdai Induction.agda Record.agdai Universe.agda Data Induction.agdai Reflection.agda Universe.agdai Foreign IO Reflection.agdai
What am I missing and how should I proceed?
agda --version
? – Jesper