@@ -4,7 +4,9 @@ This directory contains the sources of [1] and some supplementary material.
## Contents
-[paper](paper): The literate Idris sources of [1]. The sources can be compiled to pdf using `make` and type-checked using the command `idris --checkpkg paper.ipkg`.
-[paper](paper): The literate Idris sources of [1]. The sources can be
compiled to pdf using `make` and type-checked using the command `idris
--checkpkg paper.ipkg`.
-[code](code): A condensed version of the source code provided as
supplementary material to the paper, see [README](code/README.md).
...
...
@@ -13,9 +15,10 @@ supplementary material to the paper, see [README](code/README.md).
discussed in [1], together with code for computing optimal
extensions. Requires [2] to type-check, see [README](lwtheory/README.md).
The files have been type-checked with Idris 1.3.2. If you encounter any
issues, please get in touch with Nuria Brede (nubrede@pik-potsdam.de)
or Nicola Botta (botta@pik-potsdam.de).
The files have been type-checked with Idris 1.3.3-git:ae98085b8 and
IdrisLibs v1.3.3. If you encounter any issues, please get in touch with
Nuria Brede (nubrede@pik-potsdam.de) or Nicola Botta