You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proofs/INSTALL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Detailed installation instructions for many operating systems are given on the r
11
11
- Windows 64-bit: Go to the [stack installation page][stackinstall]. Download and run the _Windows 64-bit Installer_.
12
12
- MacOS: Please follow the instructions on the [installation webpage][stackinstall].
13
13
14
-
Second, please open a terminal and navigate to the repository's directory (the directory containing this `INSTALL.md`).
14
+
Second, please open a terminal and navigate to the proofs directory of this repository (the directory containing this `INSTALL.md`).
15
15
```shell
16
16
cd<path/to/this/repository/proofs>
17
17
```
@@ -27,7 +27,7 @@ stack run
27
27
28
28
## What Is There to See
29
29
30
-
Our example executes a simple test. It:
30
+
Our example executes a simple test. It
31
31
1. constructs two variation trees (called `Kanto Starters` and `Johto Starters`) and prints them to terminal;
32
32
2. diffs both trees to a variation tree diff using our [`naiveDiff`](src/VariationDiff.hs) function, which is described in our appendix, and prints the diff to terminal;
33
33
3. creates both projections of the variation tree diff (before and after the edit) and prints both to terminal;
0 commit comments