File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,21 @@ Use version v1.3 of the standard library with Agda 2.6.1.
34
34
$HERE/agda-stdlib-1.3/standard-library.agda-lib
35
35
```
36
36
37
- 6 . [ OPTIONAL ] To use the standard library in your project ` $PROJECT ` ,
38
- put a file ` $PROJECT.agda-lib ` file in the project root containing:
39
- ```
40
- depend: standard-library
41
- include: $DIRS
42
- ```
43
- where ` $DIRS ` is a list of directories where Agda
44
- searches for modules, for instance ` . ` (just the project root).
45
-
46
- 7 . [ OPTIONAL ] If you want to refer to the standard library in all your
47
- projects, add the following line to ` $HOME/.agda/defaults `
48
- ```
49
- standard-library
50
- ```
51
-
52
- Find the full story about installing Agda libraries at
53
- [ readthedocs] ( http://agda.readthedocs.io/en/latest/tools/package-system.html ) .
37
+ Now, the standard library is ready to be used either:
38
+
39
+ - in your project ` $PROJECT ` , by creating a file
40
+ ` $PROJECT.agda-lib ` in the project's root containing:
41
+ ```
42
+ depend: standard-library
43
+ include: $DIRS
44
+ ```
45
+ where ` $DIRS ` is a list of directories where Agda
46
+ searches for modules, for instance ` . ` (just the project's root).
47
+
48
+ - in all your projects, by adding the following line to
49
+ ` $HOME/.agda/defaults `
50
+ ```
51
+ standard-library
52
+ ```
53
+
54
+ Find the [ full story at readthedocs] ( http://agda.readthedocs.io/en/latest/tools/package-system.html ) about installing Agda libraries.
You can’t perform that action at this time.
0 commit comments