Skip to content

Commit ec6f0fb

Browse files
committed
README: type fixes
1 parent 4d58d20 commit ec6f0fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Then add your new list to the `examples` list at the bottom of the file.
288288

289289
### Using our library in your own Agda projects
290290

291-
#### Alternative 1: Installion via Nix
291+
#### Alternative 1: Installation via Nix
292292

293293
When using Nix, you can use this repository as a library in you own project, by using `agda.withPackages`:
294294
```nix
@@ -299,11 +299,11 @@ agda = nixpkgs.agda.withPackages [
299299
})
300300
];
301301
```
302-
Though, not required, we recommend to use the [nixpkgs pin](nix/sources.json) created using [niv](https://github.com/nmattia/niv) provided in this respository to minimize version conflicts.
302+
Though, not required, we recommend to use the [nixpkgs pin](nix/sources.json) created using [niv](https://github.com/nmattia/niv) provided in this repository to minimize version conflicts.
303303

304304
#### Alternative 2: Manual installation
305305

306-
After downloading this library, you can register it by appending the path of (Vatras.agda-lib)[Vatras.agda-lib] to the file `$AGDA_DIR/libraries`, creating it if necessary.
306+
After downloading this library, you can register it by appending the path of [Vatras.agda-lib](Vatras.agda-lib) to the file `$AGDA_DIR/libraries`, creating it if necessary.
307307
If the environment variable `AGDA_DIR` is unset, it defaults to `~/.agda` on unix-like systems and `C:\Users\USERNAME\AppData\Roaming\agda` or similar on Windows.
308308
After registering this library on your system, you can use it in your project by stating `Vatras` as a dependency in your Agda library file.
309309
An Agda library file has the suffix `.agda-lib` and is usually contained in the root directory of your project.
@@ -315,7 +315,7 @@ depend: Vatras
315315
include: SOME/PATH/IN/YOUR/PROJECT
316316
```
317317

318-
For details about Agda's library management, look at [Agda's packaging guide](https://agda.readthedocs.io/en/v2.6.4.3/tools/package-system.html).
318+
For details about Agda's library management, please have a look at [Agda's packaging guide](https://agda.readthedocs.io/en/v2.6.4.3/tools/package-system.html).
319319

320320
### Notes on Mechanized Proofs
321321

@@ -453,7 +453,7 @@ In particular, we use sized types only in a very basic, inductive way and:
453453

454454
For a non-crucial part of our framework, we included four postulates, which assume that two primitive operations from the standard library are invertible:
455455

456-
- converting `String`s to lists of characters and vice versa
456+
- converting `String`s to lists of characters and vice versa,
457457
- converting characters to natural numbers and vice versa.
458458

459459
These postulates can be found in [src/Util/String.agda](src/Util/String.agda).
@@ -544,7 +544,7 @@ make: *** [makefile:15: build] Error 42
544544
This error indicates that the `agda-stdlib` git submodule has not been set up correctly.
545545
Executing `git submodule update --init` in the root of the repository should fix the problem.
546546

547-
## Where does the library name 'Vatras' name come from?
547+
## Where does the library name 'Vatras' come from?
548548

549549
The name Vatras is (of course) an acronym, which stands for _VAriability language TRAnslationS_.
550550
Besides, Vatras is a water mage in the classic german RPG [Gothic II](https://almanach.worldofgothic.de/index.php/Vatras), who is praying to the god Adanos, who brings "some kind of equality" very loosely speaking.

0 commit comments

Comments
 (0)