@@ -37,13 +37,14 @@ See the [installation instructions](https://github.com/agda/agda-stdlib/blob/mas
3737If you're using an old version of Agda, you can download the corresponding version
3838of the standard library on the [ Agda wiki] ( http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Libraries.StandardLibrary ) .
3939The module index for older versions of the library is also available. For example,
40- version 0.17 can be found at https://agda.github.io/agda-stdlib/v0.17 / , just
41- replace in the URL 0.17 with the version that you need.
40+ version 1.7 can be found at https://agda.github.io/agda-stdlib/v1.7 / , just
41+ replace in the URL 1.7 with the version that you need.
4242
4343#### Development version of Agda
4444
4545If you're using a development version of Agda rather than the latest official release,
4646you should use the ` experimental ` branch of the standard library rather than ` master ` .
47+ [ Instructions for updating the ` experimental ` branch] ( https://github.com/agda/agda-stdlib/blob/master/doc/updating-experimental.txt ) .
4748The ` experimental ` branch contains non-backward compatible patches for upcoming
4849changes to the language.
4950
@@ -52,14 +53,14 @@ changes to the language.
5253#### The ` --safe ` flag
5354
5455Most of the library can be type-checked using the ` --safe ` flag. Please consult
55- [ GenerateEverything.hs] ( https://github.com/agda/agda-stdlib/blob/master/GenerateEverything.hs#L23 )
56+ [ GenerateEverything.hs] ( https://github.com/agda/agda-stdlib/blob/master/GenerateEverything.hs#L32-L82 )
5657for a full list of modules that use unsafe features.
5758
58- #### The ` --without-k ` flag
59+ #### The ` --cubical-compatible ` flag
5960
60- Most of the library can be type-checked using the ` --without-k ` flag. Please consult
61- [ GenerateEverything.hs] ( https://github.com/agda/agda-stdlib/blob/master/GenerateEverything.hs#L74 )
62- for a full list of modules that use axiom K.
61+ Most of the library can be type-checked using the ` --cubical-compatible ` flag, which since Agda v2.6.3 supersedes the former ` -- without-K ` flag. Please consult
62+ [ GenerateEverything.hs] ( https://github.com/agda/agda-stdlib/blob/master/GenerateEverything.hs#L91-L111 )
63+ for a full list of modules that use axiom K, requiring the ` --with-K ` flag .
6364
6465## Contributing to the library
6566
0 commit comments